summaryrefslogtreecommitdiff
path: root/xlsfonts.c
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-03-16 18:27:14 -0300
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2008-11-28 04:21:16 -0200
commit1ac29d73633d50b37871f60db95de47fad58cd93 (patch)
treeb0565a2c88259c383f778fe7e0a34e6bb68167e1 /xlsfonts.c
parentdae232f6b65e06c44d8f2332a9d10f68115d7c79 (diff)
Compile warning fixes.
Ansify functions in dsimple.c. Protect unused variables around the related ifdef.
Diffstat (limited to 'xlsfonts.c')
-rw-r--r--xlsfonts.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlsfonts.c b/xlsfonts.c
index 4e2be2b..702d6e9 100644
--- a/xlsfonts.c
+++ b/xlsfonts.c
@@ -118,7 +118,9 @@ void usage(void)
int main(int argc, char **argv)
{
int argcnt = 0, i;
+#ifdef BUILD_PRINTSUPPORT
char *mode;
+#endif
INIT_NAME;