Disable -Wformat in system headers
This is given for the use of %zu by gcc 5.4.
This commit is contained in:
@@ -42,6 +42,7 @@
|
|||||||
|
|
||||||
GCC_TURN_OFF(aggregate-return)
|
GCC_TURN_OFF(aggregate-return)
|
||||||
GCC_TURN_OFF(conversion)
|
GCC_TURN_OFF(conversion)
|
||||||
|
GCC_TURN_OFF(format)
|
||||||
GCC_TURN_OFF(padded)
|
GCC_TURN_OFF(padded)
|
||||||
GCC_TURN_OFF(parentheses)
|
GCC_TURN_OFF(parentheses)
|
||||||
GCC_TURN_OFF(sign-compare)
|
GCC_TURN_OFF(sign-compare)
|
||||||
|
Reference in New Issue
Block a user