More tests for unistr/u8-strchr.
[pspp] / tests / test-sys_socket.c
index 6ea6a7390aaa5aeb01804b4f4e5a1c217e3d00d4..1c3b5607cd304854de44984029e5c789a9a2d441 100644 (file)
@@ -49,5 +49,9 @@ main (void)
   x.ss_family = 42;
   i = 42;
 
-  return ! (i + x.ss_family);
+  /* Tell the compiler that these variables are used.  */
+  (void) x;
+  (void) i;
+
+  return 0;
 }