summaryrefslogtreecommitdiff
path: root/src/string
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-02-28 15:44:02 -0500
committerJakob Kaivo <jkk@ung.org>2019-02-28 15:44:02 -0500
commit184ac5165e70d4fac213a87ae34a312ec7197f3d (patch)
treec739b38eb43f32444a7ec42c41e35cea838f3a3a /src/string
parent66032978e77880b3e6b199d61450316946b5fd4f (diff)
remove warnings from -Wall -Wextra
Diffstat (limited to 'src/string')
-rw-r--r--src/string/_strtok.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/string/_strtok.h b/src/string/_strtok.h
index 09c0ba96..56ad0dca 100644
--- a/src/string/_strtok.h
+++ b/src/string/_strtok.h
@@ -1 +1,2 @@
-
+ (void)state; (void)current;
+ (void)s1; (void)s2;