Fix all warnings when compiling with -Wall -W -pedantic.
[tinc] / src / fsck.c
index e17b46c..e19f03f 100644 (file)
@@ -88,6 +88,8 @@ static int strtailcmp(const char *str, const char *tail) {
 }
 
 static void check_conffile(const char *fname, bool server) {
+       (void)server;
+
        FILE *f = fopen(fname, "r");
 
        if(!f) {