mirror of
https://gitlab.com/rnger/amath
synced 2026-01-12 16:20:11 +00:00
Fix GCC compiler error
This commit is contained in:
@ -45,7 +45,7 @@
|
||||
#ifdef __clang__
|
||||
# pragma clang diagnostic ignored "-Wunused-variable"
|
||||
# pragma clang diagnostic ignored "-Wstrict-aliasing"
|
||||
#elif defined(__GNUG__) && __GNUC__ > 2
|
||||
#elif defined(__GNUC__) && __GNUC__ > 2
|
||||
# pragma GCC diagnostic ignored "-Wunused-but-set-variable"
|
||||
# pragma GCC diagnostic ignored "-Wstrict-aliasing"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user