forked from mia/Aegisub
Disabled a warning in hunspell, dunno if it'll make any difference but I'm tired and too lazy to test.
Originally committed to SVN as r1696.
This commit is contained in:
parent
39ccfa89a6
commit
12d9a32170
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
WarningLevel="4"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4706"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
|
@ -121,6 +122,7 @@
|
|||
WarningLevel="4"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="0"
|
||||
DisableSpecificWarnings="4706"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
|
|
Loading…
Reference in a new issue