diff --git a/arch/AArch64/AArch64AddressingModes.h b/arch/AArch64/AArch64AddressingModes.h index 6a2c0082e3..99ecfb3df8 100644 --- a/arch/AArch64/AArch64AddressingModes.h +++ b/arch/AArch64/AArch64AddressingModes.h @@ -823,7 +823,7 @@ static inline uint64_t AArch64_AM_decodeAdvSIMDModImmType12(uint8_t Imm) } -#if __GNUC__ && defined( __has_warning ) +#if defined( __has_warning ) # if __has_warning( "-Wmaybe-uninitialized" ) # define WARNING_SUPRESSED # pragma GCC diagnostic push