From 49b0dae7df053bfa19c316cba8fc4e6bdbf1d5ac Mon Sep 17 00:00:00 2001 From: DarioS Date: Sun, 9 Jan 2022 15:50:18 +0100 Subject: [PATCH] EgtGraphics : - inserita opzione in compilazioni 64bit per evitare Warning su verifica riferimenti non nulli. --- EgtGraphics.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EgtGraphics.vcxproj b/EgtGraphics.vcxproj index 4ec1507..8f2eada 100644 --- a/EgtGraphics.vcxproj +++ b/EgtGraphics.vcxproj @@ -135,6 +135,7 @@ copy $(TargetPath) \EgtProg\DllD32 stdcpp17 + -Wno-tautological-undefined-compare Windows @@ -207,6 +208,7 @@ copy $(TargetPath) \EgtProg\Dll32 true CompileAsCpp stdcpp17 + -Wno-tautological-undefined-compare Windows