From e558411798b45abeddd686bfc4c122ab6132f58e Mon Sep 17 00:00:00 2001 From: jbj Date: Sat, 8 Mar 2008 17:26:30 +0000 Subject: - jbj: test for , disable reading directory poptrc files if not. - jbj: add __attribute__(__unused__) (Wayne Davidson). - jbj: permit equal after short option (Wayne Davidson). --- poptparse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'poptparse.c') diff --git a/poptparse.c b/poptparse.c index eaf8427..f203743 100644 --- a/poptparse.c +++ b/poptparse.c @@ -126,7 +126,8 @@ exit: * 2== line to long * 3== umm.... more? */ -int poptConfigFileToString(FILE *fp, char ** argstrp, /*@unused@*/ int flags) +int poptConfigFileToString(FILE *fp, char ** argstrp, + /*@unused@*/ UNUSED(int flags)) { char line[999]; char * argstr; -- cgit v1.2.1