diff options
author | jbj <devnull@localhost> | 2001-10-13 19:35:58 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-13 19:35:58 +0000 |
commit | 525f4cb8b1317120c36a75f47f796d285f69078c (patch) | |
tree | 072477496ea72f2f9fb3d8c877eea8dd5078975c /lib/rpmrc.c | |
parent | 2d312d19c14300224ea85ea4fd62a0844d1af573 (diff) | |
download | librpm-tizen-525f4cb8b1317120c36a75f47f796d285f69078c.tar.gz librpm-tizen-525f4cb8b1317120c36a75f47f796d285f69078c.tar.bz2 librpm-tizen-525f4cb8b1317120c36a75f47f796d285f69078c.zip |
- ratchet up to lclint "strict" level.
CVS patchset: 5104
CVS date: 2001/10/13 19:35:58
Diffstat (limited to 'lib/rpmrc.c')
-rw-r--r-- | lib/rpmrc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/rpmrc.c b/lib/rpmrc.c index 898719f3a..8e6c964e3 100644 --- a/lib/rpmrc.c +++ b/lib/rpmrc.c @@ -133,7 +133,8 @@ static int optionCompare(const void * a, const void * b) ((struct rpmOption *) b)->name); } -static void rpmRebuildTargetVars(/*@null@*/ const char **target, /*@null@*/ const char ** canontarget); +static void rpmRebuildTargetVars(/*@null@*/ const char **target, /*@null@*/ const char ** canontarget) + /*@modifies *target, *canontarget @*/; static /*@observer@*/ /*@null@*/ machCacheEntry machCacheFindEntry(const machCache cache, const char * key) |