mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 12:47:05 +01:00
GCC warnings
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user