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