We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f03c7 commit c7c200cCopy full SHA for c7c200c
1 file changed
string/bcmp.c
@@ -5,6 +5,10 @@
5
#undef ODD
6
#define ODD(x) ((int)((long)(x) & 1L))
7
8
+#if __GNUC_PREREQ(7, 0)
9
+#pragma GCC diagnostic ignored "-Wnonnull-compare"
10
+#endif
11
+
12
/*
13
* compare n bytes efficientlty
14
*
0 commit comments