mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-10 14:14:48 +02:00
Ignore pedantic warnings from simde headers
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user