mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
msvc: use pretty compiler diagnostics
This commit is contained in:
parent
bf3022ef2b
commit
0d1324af50
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue