summaryrefslogtreecommitdiff
path: root/lib/rpmrc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpmrc.c')
-rw-r--r--lib/rpmrc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rpmrc.c b/lib/rpmrc.c
index c7a9b1d9a..7ee19af09 100644
--- a/lib/rpmrc.c
+++ b/lib/rpmrc.c
@@ -1,3 +1,4 @@
+/*@-bounds@*/
/*@-mods@*/
#include "system.h"
@@ -1880,3 +1881,4 @@ int rpmShowRC(FILE * fp)
return 0;
}
/*@=mods@*/
+/*@=bounds@*/