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:
@@ -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 ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user