From aba4cbe77d75bdc2c7d5b404bd51bea6e79d6e6e Mon Sep 17 00:00:00 2001 From: James Peach Date: Sun, 7 Jan 2007 04:43:50 +0000 Subject: r20593: Kill annoying warning. (This used to be commit d225481e49eb8ae22f255be1a0d146cebaad04b9) --- source4/lib/popt/popt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/popt') diff --git a/source4/lib/popt/popt.h b/source4/lib/popt/popt.h index 7e87e86af5..04c9f655ab 100644 --- a/source4/lib/popt/popt.h +++ b/source4/lib/popt/popt.h @@ -440,7 +440,7 @@ int poptConfigFileToString(FILE *fp, /*@out@*/ char ** argstrp, int flags) * @return error string */ /*@-redecl@*/ -/*@observer@*/ const char *const poptStrerror(const int error) +/*@observer@*/ const char *poptStrerror(const int error) /*@*/; /*@=redecl@*/ -- cgit