diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-28 15:44:02 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-28 15:44:02 -0500 |
| commit | 184ac5165e70d4fac213a87ae34a312ec7197f3d (patch) | |
| tree | c739b38eb43f32444a7ec42c41e35cea838f3a3a /src/string | |
| parent | 66032978e77880b3e6b199d61450316946b5fd4f (diff) | |
remove warnings from -Wall -Wextra
Diffstat (limited to 'src/string')
| -rw-r--r-- | src/string/_strtok.h | 3 |
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; |
