pajoye                                   Mon, 07 Feb 2011 10:17:14 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=308089

Log:
- disable realloc warning about not checking its return value, 100% valid but 
way too many of them for now, reduce noises

Changed paths:
    U   php/php-src/branches/PHP_5_3/win32/build/config.w32
    U   php/php-src/trunk/win32/build/config.w32

Modified: php/php-src/branches/PHP_5_3/win32/build/config.w32
===================================================================
--- php/php-src/branches/PHP_5_3/win32/build/config.w32 2011-02-07 08:51:52 UTC 
(rev 308088)
+++ php/php-src/branches/PHP_5_3/win32/build/config.w32 2011-02-07 10:17:14 UTC 
(rev 308089)
@@ -416,4 +416,5 @@
 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 ");
 }

Modified: php/php-src/trunk/win32/build/config.w32
===================================================================
--- php/php-src/trunk/win32/build/config.w32    2011-02-07 08:51:52 UTC (rev 
308088)
+++ php/php-src/trunk/win32/build/config.w32    2011-02-07 10:17:14 UTC (rev 
308089)
@@ -416,4 +416,5 @@
 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 ");
 }

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to