summaryrefslogtreecommitdiff
path: root/testing/misc_tools.c
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-02-23 02:22:38 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-02-24 22:20:22 +0000
commitd3b286cb434ed228e7b62cc70cb293e7a5554bfa (patch)
tree9ab3dd66f9dba2ca861ba8c6e098fb96754aa80b /testing/misc_tools.c
parentafc80922e720f5d2a93bdfb3745da058e5ddf81b (diff)
Fix a bunch of compiler warnings and remove suppressions.
Diffstat (limited to 'testing/misc_tools.c')
-rw-r--r--testing/misc_tools.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/misc_tools.c b/testing/misc_tools.c
index 14e0ba7e..3a6a3333 100644
--- a/testing/misc_tools.c
+++ b/testing/misc_tools.c
@@ -47,6 +47,10 @@
47 47
48#include "../toxcore/ccompat.h" 48#include "../toxcore/ccompat.h"
49 49
50uint8_t *hex_string_to_bin(const char *hex_string);
51int tox_strncasecmp(const char *s1, const char *s2, size_t n);
52int cmdline_parsefor_ipv46(int argc, char **argv, uint8_t *ipv6enabled);
53
50// You are responsible for freeing the return value! 54// You are responsible for freeing the return value!
51uint8_t *hex_string_to_bin(const char *hex_string) 55uint8_t *hex_string_to_bin(const char *hex_string)
52{ 56{