From: Bart House Date: Tue, 20 Nov 2018 18:33:36 +0000 (-0800) Subject: Added use of SCCS_Id to quite compiler warnings. X-Git-Tag: nmake-explicit-path~152^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be11d50d91765f1ffeae96837d0eec12dcfaa95b;p=nethack Added use of SCCS_Id to quite compiler warnings. --- diff --git a/util/makedefs.c b/util/makedefs.c index 39816cb12..6d5ab510a 100644 --- a/util/makedefs.c +++ b/util/makedefs.c @@ -297,6 +297,9 @@ link_sanity_check() */ monst_init(); objects_init(); + + /* Quite unused warning */ + (void) SCCS_Id; } void