msvc: enable some default-off warnings

This commit is contained in:
Shawn Hoffman
2017-06-07 21:03:02 -07:00
parent 327050348c
commit 602b972773
3 changed files with 9 additions and 6 deletions

View File

@ -122,9 +122,7 @@
4265 Class has virtual functions, but destructor is not virtual
4946 Reinterpret cast between related types
-->
<!-- Externals are currently not compatible with this. Can still uncomment locally.
<AdditionalOptions>/we4263 /we4265 /we4946 %(AdditionalOptions)</AdditionalOptions>
-->
<AdditionalOptions>/w44263 /w44265 /w44946 %(AdditionalOptions)</AdditionalOptions>
</ClCompile>
<!--ClCompile Debug-->
<ClCompile Condition="'$(Configuration)'=='Debug'">