aboutsummaryrefslogtreecommitdiffstats
path: root/src/string/str/strstarts.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/string/str/strstarts.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/string/str/strstarts.c b/src/string/str/strstarts.c
index e562f63..04ed7ad 100644
--- a/src/string/str/strstarts.c
+++ b/src/string/str/strstarts.c
@@ -18,6 +18,9 @@
#include <string.h>
+# pragma GCC diagnostic ignored "-Wdiscarded-qualifiers"
+
+
/**
* Check whether a string starts with a specific string.