1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

r20593: Kill annoying warning.

(This used to be commit d225481e49eb8ae22f255be1a0d146cebaad04b9)
This commit is contained in:
James Peach 2007-01-07 04:43:50 +00:00 committed by Gerald (Jerry) Carter
parent f5acaea727
commit aba4cbe77d

View File

@ -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@*/