1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

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

This commit is contained in:
Pierre Joye
2011-02-07 10:17:14 +00:00
parent 6186c16449
commit 312235cdac
+1
View 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 ");
}