diff options
Diffstat (limited to '')
| -rw-r--r-- | src/string/strlen.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/string/strlen.c b/src/string/strlen.c index 7a08fa0..a7aece5 100644 --- a/src/string/strlen.c +++ b/src/string/strlen.c @@ -18,6 +18,9 @@ #include <string.h> +# pragma GCC diagnostic ignored "-Wdiscarded-qualifiers" + + /** * Returns the number of bytes in a NUL-terminated |
