1
0
mirror of synced 2025-01-19 01:24:15 +01:00

fix: Disable another warning to make macOS happy

This commit is contained in:
WerWolv 2022-05-28 16:36:00 +02:00
parent 4fd8ada4ff
commit a4c8bcab18

View File

@ -4,6 +4,7 @@
// TODO: Workaround for weird issue picked up by GCC 12.1.0 and later. This seems like a compiler bug mentioned in https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98465
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunknown-warning-option"
#pragma GCC diagnostic ignored "-Wpragmas"
#pragma GCC diagnostic ignored "-Wrestrict"
#pragma GCC diagnostic ignored "-Wstringop-overread"