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:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user