OSDN Git Service

eliminate warnings
[jnethack/source.git] / src / wield.c
index d28eb7f..420bbf6 100644 (file)
@@ -483,7 +483,9 @@ struct obj *obj;
 const char *verb; /* "rub",&c */
 {
     const char *what;
+#if 0 /*JP*/
     boolean more_than_1;
+#endif
 
     if (obj == uwep)
         return TRUE; /* nothing to do if already wielding it */