Disable -Wformat in system headers
This is given for the use of %zu by gcc 5.4.
This commit is contained in:
parent
3c628138f5
commit
1861065ef2
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@
|
|||
|
||||
GCC_TURN_OFF(aggregate-return)
|
||||
GCC_TURN_OFF(conversion)
|
||||
GCC_TURN_OFF(format)
|
||||
GCC_TURN_OFF(padded)
|
||||
GCC_TURN_OFF(parentheses)
|
||||
GCC_TURN_OFF(sign-compare)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue