unused vars and gcc warnings

This commit is contained in:
Vitor Santos Costa
2015-10-20 08:01:20 +01:00
parent 885fc51225
commit 7a70280940
4 changed files with 9 additions and 6 deletions

View File

@@ -103,6 +103,9 @@ static char SccsId[] = "%W% %G%";
#if HAVE_LIBGEN_H
#include <libgen.h>
#endif
#if HAVE_STDARG_H
#include <stdarg.h>
#endif
#if HAVE_READLINE_READLINE_H
#include <readline/readline.h>
#endif