Commit 25e70ce7 authored by Michael R. Crusoe's avatar Michael R. Crusoe Committed by Michael R. Crusoe

simde-aes: gcc 13.2+ ignore unused variable warnings

parent 69c9cd5c
......@@ -35,6 +35,10 @@ SIMDE_DISABLE_UNWANTED_DIAGNOSTICS
#if !(defined(SIMDE_ARM_NEON_A32V8_NATIVE) && defined(SIMDE_ARCH_ARM_AES) && \
defined(SIMDE_ARM_NEON_A32V7_NATIVE) && defined(SIMDE_ARCH_ARM_CRYPTO))
#if HEDLEY_GCC_VERSION_CHECK(13,2,0)
_Pragma("GCC diagnostic ignored \"-Wunused-variable\"")
#endif
/*
* Number of columns (32-bit words) comprising the State. For this
* standard, Nb = 4.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment