diff --git a/src/Enum.hpp b/src/Enum.hpp index 1a9a690..2addf2b 100644 --- a/src/Enum.hpp +++ b/src/Enum.hpp @@ -47,7 +47,7 @@ #if defined(__clang__) #define ALLOW_UINTEGER_OVERFLOW __attribute__((no_sanitize("unsigned-integer-overflow"))) #else -#define ALLOW_INTEGER_OVERFLOW +#define ALLOW_UINTEGER_OVERFLOW #endif