more macOS whitelisting

X11, Qt, and util

also ensure the functional warnings.h macro definitions are used
with c++ clang compiler
This commit is contained in:
nhmall
2021-02-02 20:11:43 -05:00
parent 9684b75f54
commit 6f3337b75a
4 changed files with 21 additions and 0 deletions

View File

@@ -31,6 +31,11 @@
#define ACTIVATE_WARNING_PRAGMAS
#endif
#endif
#if defined(__clang__) && defined(__cplusplus)
#ifndef ACTIVATE_WARNING_PRAGMAS
#define ACTIVATE_WARNING_PRAGMAS
#endif
#endif
#ifdef ACTIVATE_WARNING_PRAGMAS
#if defined(__clang__)