1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-26 09:17:08 +01:00

GCC warnings

This commit is contained in:
Peter Boyle
2021-05-11 13:38:27 -04:00
parent bac36399c1
commit 060bb59535

View File

@@ -35,7 +35,7 @@ directory
#if defined __GNUC__ && __GNUC__>=6
#pragma GCC diagnostic ignored "-Wignored-attributes"
#endif
#if defined __GNUC__
#if defined __GNUC__ && __GNUC__>=6
#pragma GCC diagnostic ignored "-Wpsabi"
#endif