From: Pierre Joye Date: Mon, 28 Mar 2011 10:55:34 +0000 (+0000) Subject: - re enable static analyzer, crash fixed with snapshot builds X-Git-Tag: php-5.4.0alpha1~191^2~101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0625b3882d965b88116416ff0a336ac35a7021d0;p=php - re enable static analyzer, crash fixed with snapshot builds --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index b2fbea3ab7..2351ee695b 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -414,7 +414,7 @@ if (PHP_SECURITY_FLAGS == "yes") { } ARG_ENABLE("static-analyze", "Enable the VC compiler static analyze", "no"); -if (PHP_STATIC_ANALYZE == "yes" && PHP_SNAPSHOT_BUILD == "no") { +if (PHP_STATIC_ANALYZE == "yes") { ADD_FLAG("CFLAGS", " /analyze "); ADD_FLAG("CFLAGS", " /wd6308 "); }