We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SUPPRESS_WARNING
1 parent 54094f1 commit 1756841Copy full SHA for 1756841
1 file changed
lib/config.h
@@ -123,6 +123,7 @@ static const std::string emptyString;
123
#define SUPPRESS_DEPRECATED_WARNING(...) SUPPRESS_WARNING("-Wdeprecated", __VA_ARGS__)
124
#define SUPPRESS_FLOAT_EQUAL_WARNING(...) SUPPRESS_WARNING("-Wfloat-equal", __VA_ARGS__)
125
#else
126
+#define SUPPRESS_WARNING(warning, ...) __VA_ARGS__
127
#define SUPPRESS_DEPRECATED_WARNING(...) __VA_ARGS__
128
#define SUPPRESS_FLOAT_EQUAL_WARNING(...) __VA_ARGS__
129
#endif
0 commit comments