Suppress narrowing conversion warnings (if enabled)

This commit is contained in:
Chris Cannam
2023-12-15 20:14:51 +00:00
parent 591be7cbab
commit 97091aebe8

View File

@@ -45,6 +45,9 @@
# define R__
#endif
#pragma GCC diagnostic ignored "-Wconversion"
#pragma clang diagnostic ignored "-Wconversion"
#ifdef __clang__
# define RTENTRY__ __attribute__((annotate("realtime")))
#else