diff src/utils.cc @ 4661:12b6fbd57436

[project @ 2003-11-25 05:41:35 by jwe]
author jwe
date Tue, 25 Nov 2003 05:41:36 +0000
parents 02d2fcf835fc
children b484cdca27be
line wrap: on
line diff
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -227,7 +227,7 @@
 // should be considered fatal; return 1 if this is ok.
 
 int
-empty_arg (const char *name, int nr, int nc)
+empty_arg (const char * /* name */, int nr, int nc)
 {
   return (nr == 0 || nc == 0);
 }