mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
[build] Fix compilation with GCC 13 (#5322)
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
// This warning is a false positive
|
||||
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
|
||||
#endif
|
||||
#if __GNUC__==12
|
||||
#if __GNUC__>=12
|
||||
// This warning is a false positive
|
||||
#pragma GCC diagnostic ignored "-Warray-bounds"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user