Ignore pedantic warnings from simde headers
This commit is contained in:
parent
8183e9d3ef
commit
eb07307370
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ void FUNC(xor_data64)(const uint8_t key[64] UNUSED, uint8_t* data UNUSED, const
|
|||
|
||||
// Boilerplate {{{
|
||||
START_IGNORE_DIAGNOSTIC("-Wfloat-conversion")
|
||||
START_IGNORE_DIAGNOSTIC("-Wpedantic")
|
||||
#if defined(__clang__) && __clang_major__ > 12
|
||||
_Pragma("clang diagnostic push")
|
||||
_Pragma("clang diagnostic ignored \"-Wbitwise-instead-of-logical\"")
|
||||
|
|
@ -38,6 +39,7 @@ _Pragma("clang diagnostic ignored \"-Wbitwise-instead-of-logical\"")
|
|||
_Pragma("clang diagnostic pop")
|
||||
#endif
|
||||
END_IGNORE_DIAGNOSTIC
|
||||
END_IGNORE_DIAGNOSTIC
|
||||
|
||||
|
||||
#ifndef _MM_SHUFFLE
|
||||
|
|
|
|||
Loading…
Reference in a new issue