Browse Source

api.c fix unused variable compile warning

Kano 13 years ago
parent
commit
7e65126936
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api.c

+ 1 - 1
api.c

@@ -2029,7 +2029,7 @@ static void send_result(SOCKETTYPE c, bool isjson)
 
 
 }
 }
 
 
-static void tidyup(void *arg)
+static void tidyup(__maybe_unused void *arg)
 {
 {
 	bye = 1;
 	bye = 1;