poll, select: handle ERROR_BROKEN_PIPE.
[gnulib.git] / tests / test-sys_socket.c
index badf308..1c3b560 100644 (file)
@@ -49,5 +49,9 @@ main (void)
   x.ss_family = 42;
   i = 42;
 
+  /* Tell the compiler that these variables are used.  */
+  (void) x;
+  (void) i;
+
   return 0;
 }