msvc: use pretty compiler diagnostics

This commit is contained in:
Shawn Hoffman 2017-06-02 16:38:41 -07:00
commit 0d1324af50

View file

@ -91,6 +91,7 @@
<!--Treat sources as utf-8--> <!--Treat sources as utf-8-->
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions> <AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
<DebugInformationFormat>OldStyle</DebugInformationFormat> <DebugInformationFormat>OldStyle</DebugInformationFormat>
<DiagnosticsFormat>Caret</DiagnosticsFormat>
<!-- <!--
4996 is for GetVersionEx being marked as depreciated - which is idiotic and there's 4996 is for GetVersionEx being marked as depreciated - which is idiotic and there's
not much else we can do since many externals use it. The bad part is that there doesn't not much else we can do since many externals use it. The bad part is that there doesn't