Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Add support for not breaking build on warnings #12039

Merged
merged 1 commit into from
Jun 2, 2017
Merged

Add support for not breaking build on warnings #12039

merged 1 commit into from
Jun 2, 2017

Commits on Jun 2, 2017

  1. Add support for not breaking *nix build on warnings

    Add a build flag to make -Werror optional and let the build continue
    even in the presence of warnings.
    
    This option is very useful for anyone compiling with a different
    (version of the) compiler. A different (version of the) compiler may
    produce a different set of warnings and a piece of code that compiles
    without warnings may emit warnings with a different (version of the)
    compiler.
    
    Resolves https://github.com/dotnet/coreclr/issues/8586
    omajid committed Jun 2, 2017
    Configuration menu
    Copy the full SHA
    7c049e6 View commit details
    Browse the repository at this point in the history