From be11d50d91765f1ffeae96837d0eec12dcfaa95b Mon Sep 17 00:00:00 2001 From: Bart House Date: Tue, 20 Nov 2018 10:33:36 -0800 Subject: [PATCH] Added use of SCCS_Id to quite compiler warnings. --- util/makedefs.c | 3 +++ 1 file changed, 3 insertions(+) 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