Remove __GNUC__ check for warning suppression. (#2198)

This commit is contained in:
Rot127 2023-11-19 14:36:02 +00:00 committed by GitHub
parent d3eb79c2aa
commit c182d0e906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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