]> granicus.if.org Git - php/commitdiff
- disable realloc warning about not checking its return value, 100% valid but way...
authorPierre Joye <pajoye@php.net>
Mon, 7 Feb 2011 10:17:14 +0000 (10:17 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 7 Feb 2011 10:17:14 +0000 (10:17 +0000)
win32/build/config.w32

index ce61450a8e280c038c103b0643d34a7d1b484a80..b34ff2a0b6e58985d5a89c888f7a08decf8cbc07 100644 (file)
@@ -416,4 +416,5 @@ 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") {
        ADD_FLAG("CFLAGS", " /analyze ");
+       ADD_FLAG("CFLAGS", " /wd6308 ");
 }