Disable -Wformat in system headers

This is given for the use of %zu by gcc 5.4.
This commit is contained in:
Vadim Zeitlin
2020-08-30 19:14:32 +02:00
parent 3c628138f5
commit 1861065ef2

View File

@@ -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)