mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Exclude /Qspectre for clang analyzer
This commit is contained in:
parent
281e2f8207
commit
00bfc6eb49
1 changed files with 2 additions and 1 deletions
|
@ -2344,7 +2344,8 @@ function handle_analyzer_makefile_flags(fd, key, val)
|
|||
.replace("/guard:cf ", "")
|
||||
.replace(/\/MP \d+ /, "")
|
||||
.replace(/\/MP /, "")
|
||||
.replace("/LD ", "");
|
||||
.replace("/LD ", "")
|
||||
.replace("/Qspectre ", "");
|
||||
} else if ("cppcheck" == PHP_ANALYZER) {
|
||||
new_val = "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue