EgtGraphics :

- inserita opzione in compilazioni 64bit per evitare Warning su verifica riferimenti non nulli.
This commit is contained in:
DarioS
2022-01-09 15:50:18 +01:00
parent 954b15ddce
commit 49b0dae7df
+2
View File
@@ -135,6 +135,7 @@ copy $(TargetPath) \EgtProg\DllD32</Command>
<DisableSpecificWarnings>
</DisableSpecificWarnings>
<LanguageStandard>stdcpp17</LanguageStandard>
<AdditionalOptions>-Wno-tautological-undefined-compare</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
@@ -207,6 +208,7 @@ copy $(TargetPath) \EgtProg\Dll32</Command>
<EnableParallelCodeGeneration>true</EnableParallelCodeGeneration>
<CompileAs>CompileAsCpp</CompileAs>
<LanguageStandard>stdcpp17</LanguageStandard>
<AdditionalOptions>-Wno-tautological-undefined-compare</AdditionalOptions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>