Suppress "-Wmaybe-uninitialized" for more GCC versions

This commit is contained in:
Matt Borland
2023-05-26 09:13:12 +02:00
parent 86f30a37c3
commit 38240d90b5

View File

@@ -59,7 +59,7 @@ constexpr unsigned char digit_from_char(char val) noexcept
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Woverflow"
#elif defined(__GNUC__) && (__GNUC__ >= 9)
#elif defined(__GNUC__) && (__GNUC__ >= 7)
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wmaybe-uninitialized"