diff options
author | Herb Lewis <herb@samba.org> | 2001-10-23 20:39:38 +0000 |
---|---|---|
committer | Herb Lewis <herb@samba.org> | 2001-10-23 20:39:38 +0000 |
commit | 12c10e876ea528fdf33e8ecfe42ab0ebb346b143 (patch) | |
tree | 2726db1dc5b10aa00ffcf499aa0876d85f87d17d /source/popt | |
parent | 813490855339cffa31c8734ecd362eba7585bda2 (diff) | |
download | samba-12c10e876ea528fdf33e8ecfe42ab0ebb346b143.tar.gz samba-12c10e876ea528fdf33e8ecfe42ab0ebb346b143.tar.xz samba-12c10e876ea528fdf33e8ecfe42ab0ebb346b143.zip |
more compiler warnings
Diffstat (limited to 'source/popt')
-rw-r--r-- | source/popt/popthelp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/popt/popthelp.c b/source/popt/popthelp.c index c36eceadd90..6b790a63e78 100644 --- a/source/popt/popthelp.c +++ b/source/popt/popthelp.c @@ -26,7 +26,7 @@ struct poptOption poptHelpOptions[] = { } ; -/*@observer@*/ /*@null@*/ static const char *const +/*@observer@*/ /*@null@*/ static const char * getTableTranslationDomain(const struct poptOption *table) { const struct poptOption *opt; @@ -41,7 +41,7 @@ getTableTranslationDomain(const struct poptOption *table) return NULL; } -/*@observer@*/ /*@null@*/ static const char *const +/*@observer@*/ /*@null@*/ static const char * getArgDescrip(const struct poptOption * opt, const char *translation_domain) { if (!(opt->argInfo & POPT_ARG_MASK)) return NULL; |