Skip to content

Commit

Permalink
Remove __GNUC__ check for warning suppression. (#2198)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rot127 authored Nov 19, 2023
1 parent d3eb79c commit c182d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/AArch64/AArch64AddressingModes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c182d0e

Please sign in to comment.