aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/str/strpbrk.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string/str/strpbrk.c')
-rw-r--r--src/string/str/strpbrk.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/string/str/strpbrk.c b/src/string/str/strpbrk.c
index 4cfb9ed..ce5b7c6 100644
--- a/src/string/str/strpbrk.c
+++ b/src/string/str/strpbrk.c
@@ -18,6 +18,9 @@
#include <string.h>
+# pragma GCC diagnostic ignored "-Wdiscarded-qualifiers"
+
+
/**
* This function works like `strcspn`,