• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

変愚蛮怒のメインリポジトリです


Commit MetaInfo

Révisionfe2167184011ea1c12d1eef56135bbe5053776b1 (tree)
l'heure2017-07-22 21:15:48
AuteurDeskull <desull@user...>
CommiterDeskull

Message de Log

警告レベルをWallに引き上げ、C4820は抑止 / Up warning level to all, but disable C4820.

Change Summary

Modification

--- a/Hengband_vcs2015/Hengband/Hengband.vcxproj
+++ b/Hengband_vcs2015/Hengband/Hengband.vcxproj
@@ -66,10 +66,10 @@
6666 <MinimalRebuild>true</MinimalRebuild>
6767 <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
6868 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
69- <WarningLevel>Level4</WarningLevel>
69+ <WarningLevel>EnableAllWarnings</WarningLevel>
7070 <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
7171 <CompileAs>CompileAsC</CompileAs>
72- <DisableSpecificWarnings>4127;4996;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
72+ <DisableSpecificWarnings>4127;4996;4244;4820;%(DisableSpecificWarnings)</DisableSpecificWarnings>
7373 </ClCompile>
7474 <Link>
7575 <AdditionalDependencies>winmm.lib;wsock32.lib;%(AdditionalDependencies)</AdditionalDependencies>