1 parent a1bbc71 commit 0f7b212Copy full SHA for 0f7b212
1 file changed
testlib.c
@@ -1,5 +1,13 @@
1
+#ifdef __clang__
2
+#pragma clang diagnostic push
3
+#pragma clang diagnostic ignored "-Wfloat-equal"
4
+#pragma clang diagnostic ignored "-Wshadow"
5
+#endif
6
#include <criterion/criterion.h>
7
#include <criterion/new/assert.h>
8
9
+#pragma clang diagnostic pop
10
11
12
#include "scary.h"
13
0 commit comments