Skip to content

Commit 4ed9342

Browse files
author
webdevred
committed
tmp
1 parent 423fed5 commit 4ed9342

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

include/wpc/macros.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
#define WPR_DIAG_POP _Pragma("clang diagnostic pop")
66
#define WPR_IGNORE_DOUBLE_PROMOTION \
77
_Pragma("clang diagnostic ignored \"-Wdouble-promotion\"")
8-
#define WPR_IGNORE_IMPLICIT_INT_FLOAT_CONV \
9-
_Pragma("clang diagnostic ignored " \
10-
"\"-Wimplicit-int-float-conversion\"")
8+
#define WPR_IGNORE_IMPLICIT_INT \
9+
_Pragma("clang diagnostic ignored \"-Wimplicit-int\"")
1110
#define WPR_IGNORE_CONVERSION \
1211
_Pragma("clang diagnostic ignored \"-Wconversion\"")
1312
#define WPR_IGNORE_STRICT_PROTOTYPES \

0 commit comments

Comments
 (0)