diff options
Diffstat (limited to 'src/libcryptobox/cryptobox.c')
-rw-r--r-- | src/libcryptobox/cryptobox.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/libcryptobox/cryptobox.c b/src/libcryptobox/cryptobox.c index 88b8044ca..7cd5e1b13 100644 --- a/src/libcryptobox/cryptobox.c +++ b/src/libcryptobox/cryptobox.c @@ -1492,13 +1492,6 @@ G_STATIC_ASSERT (sizeof (t1ha_context_t) <= G_STATIC_ASSERT (sizeof (XXH64_state_t) <= sizeof (((rspamd_cryptobox_fast_hash_state_t *)NULL)->opaque)); -#ifdef __GNUC__ -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wgnu" -G_STATIC_ASSERT(G_ALIGNOF (t1ha_context_t) <= - G_ALIGNOF (((rspamd_cryptobox_fast_hash_state_t *)NULL)->opaque)); -#pragma GCC diagnostic pop -#endif struct RSPAMD_ALIGNED(16) _mum_iuf { union { |