Browse Source

api.c fix unused variable compile warning

nfactor-troky
Kano 12 years ago
parent
commit
7e65126936
  1. 2
      api.c

2
api.c

@ -2029,7 +2029,7 @@ static void send_result(SOCKETTYPE c, bool isjson) @@ -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;

Loading…
Cancel
Save