summaryrefslogtreecommitdiff
path: root/popt.h
diff options
context:
space:
mode:
Diffstat (limited to 'popt.h')
-rw-r--r--popt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/popt.h b/popt.h
index 60d27e6..c756061 100644
--- a/popt.h
+++ b/popt.h
@@ -151,7 +151,7 @@ typedef struct poptItem_s {
* Empty table marker to enable displaying popt alias/exec options.
*/
/*@-exportvar@*/
-/*@observer@*/ /*@checked@*/
+/*@unchecked@*/ /*@observer@*/
extern struct poptOption poptAliasOptions[];
/*@=exportvar@*/
#define POPT_AUTOALIAS { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptAliasOptions, \
@@ -161,7 +161,7 @@ extern struct poptOption poptAliasOptions[];
* Auto help table options.
*/
/*@-exportvar@*/
-/*@observer@*/ /*@checked@*/
+/*@unchecked@*/ /*@observer@*/
extern struct poptOption poptHelpOptions[];
/*@=exportvar@*/
#define POPT_AUTOHELP { NULL, '\0', POPT_ARG_INCLUDE_TABLE, poptHelpOptions, \