From 184ac5165e70d4fac213a87ae34a312ec7197f3d Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 28 Feb 2019 15:44:02 -0500 Subject: remove warnings from -Wall -Wextra --- src/string/_strtok.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/string') 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; -- cgit v1.2.1