From c6709a7b64cc088452f29059166b5565a447dc31 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 26 Apr 2011 14:56:55 +0100 Subject: hush unused parameter error --- soltools/mkdepend/include.c | 1 + 1 file changed, 1 insertion(+) (limited to 'soltools') diff --git a/soltools/mkdepend/include.c b/soltools/mkdepend/include.c index d0bd763bcd43..ac79e84cc984 100644 --- a/soltools/mkdepend/include.c +++ b/soltools/mkdepend/include.c @@ -56,6 +56,7 @@ struct inclist *inc_path(file, include, dot, incCollection) register struct inclist *ip; struct stat st; boolean found = FALSE; + (void)dot; /* * Check all previously found include files for a path that -- cgit