diff options
author | jbj <devnull@localhost> | 2002-06-23 19:47:08 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-23 19:47:08 +0000 |
commit | 13d177beb233e111b3ede3edc1340747433a7556 (patch) | |
tree | bbc977014bf90f658b0181792ea42aad52b449d6 /build/poptBT.c | |
parent | 05cb73a7ee762065339393057d421613866e0418 (diff) | |
download | rpm-13d177beb233e111b3ede3edc1340747433a7556.tar.gz rpm-13d177beb233e111b3ede3edc1340747433a7556.tar.bz2 rpm-13d177beb233e111b3ede3edc1340747433a7556.zip |
Add boundswrite annotations everywhere.
CVS patchset: 5522
CVS date: 2002/06/23 19:47:08
Diffstat (limited to 'build/poptBT.c')
-rw-r--r-- | build/poptBT.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/poptBT.c b/build/poptBT.c index 5b961943a..972f25f5b 100644 --- a/build/poptBT.c +++ b/build/poptBT.c @@ -72,6 +72,7 @@ static int useCatalog = 0; /** */ +/*@-boundswrite@*/ static void buildArgCallback( /*@unused@*/ poptContext con, /*@unused@*/ enum poptCallbackReason reason, const struct poptOption * opt, const char * arg, @@ -131,6 +132,7 @@ static void buildArgCallback( /*@unused@*/ poptContext con, break; } } +/*@=boundswrite@*/ /** */ |