OSDN Git Service

VCプロジェクトの警告レベルを4に移行、ただしW4127は無効化。 / Warning level of VC project to 4, exception W4127.
authorDeskull <desull@users.sourceforge.jp>
Fri, 2 Jan 2015 09:28:45 +0000 (18:28 +0900)
committerDeskull <desull@users.sourceforge.jp>
Fri, 2 Jan 2015 09:28:45 +0000 (18:28 +0900)
Hengband_vcs2010/Hengband/Hengband.vcxproj

index d6c5908..9982ad7 100644 (file)
       <MinimalRebuild>true</MinimalRebuild>\r
       <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>\r
       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>\r
-      <WarningLevel>Level3</WarningLevel>\r
+      <WarningLevel>Level4</WarningLevel>\r
       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>\r
       <CompileAs>CompileAsC</CompileAs>\r
-      <DisableSpecificWarnings>4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
+      <DisableSpecificWarnings>4127;4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>\r
     </ClCompile>\r
     <Link>\r
       <AdditionalDependencies>winmm.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>\r