Commit 09714965 authored by Fabrice Bellet's avatar Fabrice Bellet Committed by Olivier Crête

tests: fix a compiler warning

parent 3a4e2b23
...@@ -157,6 +157,7 @@ static void big_srv_addr (void) ...@@ -157,6 +157,7 @@ static void big_srv_addr (void)
} }
#ifdef HAVE_POLL
/** Timeout test */ /** Timeout test */
static void timeout (void) static void timeout (void)
{ {
...@@ -178,6 +179,7 @@ static void timeout (void) ...@@ -178,6 +179,7 @@ static void timeout (void)
close (servfd); close (servfd);
} }
#endif
/** Malformed responses test */ /** Malformed responses test */
static void bad_responses (void) static void bad_responses (void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment