diff options
author | jbj <devnull@localhost> | 2002-06-19 18:52:46 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-19 18:52:46 +0000 |
commit | 49658e0fffae92961788e6067fa37d8065a0b695 (patch) | |
tree | 26eefd5534995113b766fb81631ac1f206efe982 /lib/poptI.c | |
parent | 448e44da6c79f1eb6789d6922e05a4b15e66c96a (diff) | |
download | rpm-49658e0fffae92961788e6067fa37d8065a0b695.tar.gz rpm-49658e0fffae92961788e6067fa37d8065a0b695.tar.bz2 rpm-49658e0fffae92961788e6067fa37d8065a0b695.zip |
Annotate incondefs in source code.
CVS patchset: 5509
CVS date: 2002/06/19 18:52:46
Diffstat (limited to 'lib/poptI.c')
-rw-r--r-- | lib/poptI.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/poptI.c b/lib/poptI.c index f035050bf..69a1c8e94 100644 --- a/lib/poptI.c +++ b/lib/poptI.c @@ -31,6 +31,7 @@ struct rpmInstallArguments_s rpmIArgs; /** */ +/*@-bounds@*/ static void installArgCallback( /*@unused@*/ poptContext con, /*@unused@*/ enum poptCallbackReason reason, const struct poptOption * opt, const char * arg, @@ -90,6 +91,7 @@ static void installArgCallback( /*@unused@*/ poptContext con, } /*@=branchstate@*/ } +/*@=bounds@*/ /** */ |