File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -313,9 +313,9 @@ if (PHP_SECURITY_FLAGS == "yes") {
313313if ( CLANG_TOOLSET ) {
314314 ARG_WITH ( "uncritical-warn-choke" , "Disable some uncritical warnings" , "yes" ) ;
315315 if ( PHP_UNCRITICAL_WARN_CHOKE != "no" ) {
316- ADD_FLAG ( "CFLAGS" , "-Wno-ignored-attributes -Wno-deprecated-declarations -Wno-missing-braces \
317- -Wno-logical-op-parentheses -Wno-msvc-include -Wno-invalid-source-encoding -Wno-unknown-pragmas \
318- -Wno-unused-command-line-argument" ) ;
316+ ADD_FLAG ( "CFLAGS" , "-Wno-ignored-attributes -Wno-deprecated-declarations -Wno-missing-braces " +
317+ " -Wno-logical-op-parentheses -Wno-msvc-include -Wno-invalid-source-encoding -Wno-unknown-pragmas " +
318+ " -Wno-unused-command-line-argument -Wno-unused-function -Wno-ignored-pragma-optimize ") ;
319319 }
320320
321321 ARG_ENABLE ( "sanitizer" , "Enable address sanitizer extension" , "no" ) ;
You can’t perform that action at this time.
0 commit comments