diff options
author | jbj <devnull@localhost> | 2001-10-15 03:22:10 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-15 03:22:10 +0000 |
commit | d8dc44f36377c59164d19106f0f93843ea5b3a09 (patch) | |
tree | 8f521d9b295dd0e9d05721cfd97f3d8a5b30801d /build/parseFiles.c | |
parent | 4b67d7621c20e1f2c5aa1ebdf7bb26eb3a6ae0d5 (diff) | |
download | librpm-tizen-d8dc44f36377c59164d19106f0f93843ea5b3a09.tar.gz librpm-tizen-d8dc44f36377c59164d19106f0f93843ea5b3a09.tar.bz2 librpm-tizen-d8dc44f36377c59164d19106f0f93843ea5b3a09.zip |
lclint fiddles to annotate globals.
CVS patchset: 5106
CVS date: 2001/10/15 03:22:10
Diffstat (limited to 'build/parseFiles.c')
-rw-r--r-- | build/parseFiles.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/parseFiles.c b/build/parseFiles.c index 10e6cb056..f6ee8c90c 100644 --- a/build/parseFiles.c +++ b/build/parseFiles.c @@ -12,8 +12,11 @@ /*@access poptContext @*/ /* compared with NULL */ /* These have to be global scope to make up for *stupid* compilers */ +/*@unchecked@*/ /*@observer@*/ /*@null@*/ static const char *name = NULL; +/*@unchecked@*/ /*@observer@*/ /*@null@*/ static const char *file = NULL; +/*@unchecked@*/ static struct poptOption optionsTable[] = { { NULL, 'n', POPT_ARG_STRING, &name, 'n', NULL, NULL}, { NULL, 'f', POPT_ARG_STRING, &file, 'f', NULL, NULL}, |