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.3.7RC1~206 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ad6108b7d296cbefb6a2927aa189bf000dc31f4;p=php - re enable static analyzer, crash fixed with snapshot builds --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index cbe63020cf..92347e76b5 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 "); }