diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-20 17:15:16 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-20 17:15:16 +0000 |
commit | 7f22e924e0146afa260530c0920c7968d88ddbd9 (patch) | |
tree | 55586f5f2fb6c5d1441137605b890002dc64fd5e /plugins/NewAwaySysMod/NewAwaySys.vcxproj | |
parent | 22185e24b1ce6c76a0c49c8bc0813f777081c8b0 (diff) |
minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@102 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewAwaySysMod/NewAwaySys.vcxproj')
-rw-r--r-- | plugins/NewAwaySysMod/NewAwaySys.vcxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/NewAwaySysMod/NewAwaySys.vcxproj b/plugins/NewAwaySysMod/NewAwaySys.vcxproj index f6cb308c46..2ab89a2e58 100644 --- a/plugins/NewAwaySysMod/NewAwaySys.vcxproj +++ b/plugins/NewAwaySysMod/NewAwaySys.vcxproj @@ -64,6 +64,7 @@ <WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <DisableSpecificWarnings>4100</DisableSpecificWarnings>
</ClCompile>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
@@ -112,6 +113,7 @@ <DebugInformationFormat>
</DebugInformationFormat>
<FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
+ <DisableSpecificWarnings>4100</DisableSpecificWarnings>
</ClCompile>
<Link>
<SuppressStartupBanner>true</SuppressStartupBanner>
|