Moved -Wparentheses suppression before the push for GCC

Because of bugs in GCC 4 & 5 that prevent _Pragma from working :-(
This commit is contained in:
Phil Nash 2017-11-29 20:19:50 +03:00
parent 8a7493cd88
commit 7d0db6b8e9
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# endif
#elif defined __GNUC__
# pragma GCC diagnostic ignored "-Wunused-variable"
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wparentheses"
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wpadded"
#endif