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 | b8fe0f6711977412f8a7103022b01f3428d9c3a0 (patch) | |
tree | 3786997930c8a49b9b92acff37df213919b151f9 /source3/popt | |
parent | 9e9b503024ba71fee9af40c8953b24d1632ce25a (diff) | |
download | samba-b8fe0f6711977412f8a7103022b01f3428d9c3a0.tar.gz samba-b8fe0f6711977412f8a7103022b01f3428d9c3a0.tar.bz2 samba-b8fe0f6711977412f8a7103022b01f3428d9c3a0.zip |
more compiler warnings
(This used to be commit 12c10e876ea528fdf33e8ecfe42ab0ebb346b143)
Diffstat (limited to 'source3/popt')
-rw-r--r-- | source3/popt/popthelp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/popt/popthelp.c b/source3/popt/popthelp.c index c36eceadd9..6b790a63e7 100644 --- a/source3/popt/popthelp.c +++ b/source3/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; |