From: Erwin Janssen Date: Sun, 19 Jun 2016 11:27:13 +0000 (+0200) Subject: Windows: use warning level 4 instead of all warnings. X-Git-Tag: untagged-fd4ca25a4ca4e4dc471c~4^2~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21dc0de0b5f899a0223aee7cf406d31339476793;p=graphviz Windows: use warning level 4 instead of all warnings. Level 4 is the recommened warning level, Wall gives to many warnings. --- diff --git a/lib/cdt/cdt.vcxproj b/lib/cdt/cdt.vcxproj index f442ee350..be20cd262 100644 --- a/lib/cdt/cdt.vcxproj +++ b/lib/cdt/cdt.vcxproj @@ -57,7 +57,7 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;CDT_EXPORTS;WIN32_DLL;_BLD_cdt ;__EXPORT__;%(PreprocessorDefinitions) MultiThreadedDebugDLL - EnableAllWarnings + Level4 EditAndContinue EnableFastChecks true @@ -75,7 +75,7 @@ WIN32;NDEBUG;_WINDOWS;_USRDLL;CDT_EXPORTS;WIN32_DLL;_BLD_cdt;__EXPORT__;%(PreprocessorDefinitions) MultiThreadedDLL - EnableAllWarnings + Level4 ProgramDatabase true diff --git a/lib/cgraph/cgraph.vcxproj b/lib/cgraph/cgraph.vcxproj index d562a95af..1490d0dfe 100644 --- a/lib/cgraph/cgraph.vcxproj +++ b/lib/cgraph/cgraph.vcxproj @@ -59,7 +59,7 @@ EnableFastChecks MultiThreadedDebugDLL - EnableAllWarnings + Level4 EditAndContinue true @@ -80,7 +80,7 @@ WIN32;NDEBUG;_WINDOWS;_USRDLL;CGRAPH_EXPORTS;WIN32_DLL;HAVE_CONFIG_H;YY_NO_UNISTD_H;%(PreprocessorDefinitions) MultiThreadedDLL - EnableAllWarnings + Level4 ProgramDatabase true diff --git a/lib/patchwork/gvpatchwork.vcxproj b/lib/patchwork/gvpatchwork.vcxproj index 45c4444a7..592a77852 100644 --- a/lib/patchwork/gvpatchwork.vcxproj +++ b/lib/patchwork/gvpatchwork.vcxproj @@ -60,7 +60,7 @@ EnableFastChecks MultiThreadedDebugDLL - EnableAllWarnings + Level4 EditAndContinue true @@ -74,7 +74,7 @@ WIN32;NDEBUG;_LIB;WIN32_DLL;HAVE_CONFIG_H;%(PreprocessorDefinitions) MultiThreadedDLL - EnableAllWarnings + Level4 ProgramDatabase true diff --git a/lib/pathplan/Pathplan.vcxproj b/lib/pathplan/Pathplan.vcxproj index f06fdaf38..8e94a648a 100644 --- a/lib/pathplan/Pathplan.vcxproj +++ b/lib/pathplan/Pathplan.vcxproj @@ -59,7 +59,7 @@ EnableFastChecks MultiThreadedDebugDLL - EnableAllWarnings + Level4 EditAndContinue true @@ -76,7 +76,7 @@ WIN32;NDEBUG;_WINDOWS;_USRDLL;PATHPLAN_EXPORTS;WIN32_DLL;%(PreprocessorDefinitions) MultiThreadedDLL - EnableAllWarnings + Level4 ProgramDatabase true diff --git a/lib/xdot/xdot.vcxproj b/lib/xdot/xdot.vcxproj index 8137b12af..ec7c9800e 100644 --- a/lib/xdot/xdot.vcxproj +++ b/lib/xdot/xdot.vcxproj @@ -59,7 +59,7 @@ EnableFastChecks MultiThreadedDebugDLL - EnableAllWarnings + Level4 EditAndContinue true @@ -71,7 +71,7 @@ WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreadedDLL - EnableAllWarnings + Level4 ProgramDatabase true