1.0.10.1: Cleanup code
[sbcl.git] / src / runtime / interr.c
index b24b726..5f7869c 100644 (file)
@@ -177,6 +177,6 @@ lispobj debug_print(lispobj string)
     fprintf(stderr, "%s\n",
             (char *)(((struct vector *)native_pointer(string))->data));
     /* shut GCC up about not using this, because that's the point.. */
-    if (untouched);
+    (void)untouched;
     return NIL;
 }