Removed "warning treated as error" flag from MSVC (#153)
* Removed "warning treated as error" flag from MSVC Setting the "warning treated as error" flag in public projects is problematic, because it can lead to compilation errors for users, when the compiler adds new warnings. This however, does not mean that the project has a bug, only that it emits a new warning. Nevertheless it still fails to compile.pull/163/head
parent
083d04dd4a
commit
29ff6d4860
2 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue