Always treat -Wstrict-overflow as a warning with Clang.
This commit is contained in:
parent
cb4083fa17
commit
325d74bee4
|
@ -501,6 +501,7 @@ Module {
|
|||
"-Wstrict-overflow=3",
|
||||
"-Wstrict-overflow=4",
|
||||
"-Wstrict-overflow=5",
|
||||
"-Wno-error=strict-overflow",
|
||||
"-Wstrict-prototypes",
|
||||
"-Wstrict-selector-match",
|
||||
"-Wstring-compare",
|
||||
|
|
Loading…
Reference in New Issue
Block a user