We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 423fed5 commit 4ed9342Copy full SHA for 4ed9342
include/wpc/macros.h
@@ -5,9 +5,8 @@
5
#define WPR_DIAG_POP _Pragma("clang diagnostic pop")
6
#define WPR_IGNORE_DOUBLE_PROMOTION \
7
_Pragma("clang diagnostic ignored \"-Wdouble-promotion\"")
8
- #define WPR_IGNORE_IMPLICIT_INT_FLOAT_CONV \
9
- _Pragma("clang diagnostic ignored " \
10
- "\"-Wimplicit-int-float-conversion\"")
+ #define WPR_IGNORE_IMPLICIT_INT \
+ _Pragma("clang diagnostic ignored \"-Wimplicit-int\"")
11
#define WPR_IGNORE_CONVERSION \
12
_Pragma("clang diagnostic ignored \"-Wconversion\"")
13
#define WPR_IGNORE_STRICT_PROTOTYPES \
0 commit comments