[pragma] GCC diagnostic error "-Wreorder"

This commit is contained in:
Behdad Esfahbod 2019-01-18 09:59:36 -05:00
parent 4660090569
commit a25174a56b
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@
#pragma GCC diagnostic error "-Wold-style-definition"
#pragma GCC diagnostic error "-Wpointer-arith"
#pragma GCC diagnostic error "-Wredundant-decls"
#pragma GCC diagnostic error "-Wreorder"
#pragma GCC diagnostic error "-Wstrict-prototypes"
#pragma GCC diagnostic error "-Wstring-conversion"
#pragma GCC diagnostic error "-Wswitch-enum"