diff options
author | jbj <devnull@localhost> | 2001-10-17 16:43:36 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-10-17 16:43:36 +0000 |
commit | d57a29baac08c4cc929c9755cfbc5c93d56a0f4d (patch) | |
tree | 586ca6c4d0d8c80d4c037d18f15a30c694fbdb54 /build/parsePreamble.c | |
parent | 96a3f7a55d444296f97c3e28c8d810e220e1cb9f (diff) | |
download | librpm-tizen-d57a29baac08c4cc929c9755cfbc5c93d56a0f4d.tar.gz librpm-tizen-d57a29baac08c4cc929c9755cfbc5c93d56a0f4d.tar.bz2 librpm-tizen-d57a29baac08c4cc929c9755cfbc5c93d56a0f4d.zip |
Converging on lclint-3.0.17 strict level.
CVS patchset: 5118
CVS date: 2001/10/17 16:43:36
Diffstat (limited to 'build/parsePreamble.c')
-rw-r--r-- | build/parsePreamble.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/parsePreamble.c b/build/parsePreamble.c index 933401b69..331086ad1 100644 --- a/build/parsePreamble.c +++ b/build/parsePreamble.c @@ -322,7 +322,7 @@ static struct optionalTag { */ static void fillOutMainPackage(Header h) /*@globals rpmGlobalMacroContext @*/ - /*@modifies h @*/ + /*@modifies h, rpmGlobalMacroContext @*/ { struct optionalTag *ot; @@ -341,7 +341,7 @@ static void fillOutMainPackage(Header h) static int readIcon(Header h, const char * file) /*@globals rpmGlobalMacroContext, fileSystem@*/ - /*@modifies h, fileSystem @*/ + /*@modifies h, rpmGlobalMacroContext, fileSystem @*/ { const char *fn = NULL; char *icon; @@ -450,7 +450,7 @@ static int handlePreambleTag(Spec spec, Package pkg, int tag, const char *macro, spec->buildRestrictions, spec->BANames, spec->BACount, spec->line, spec->gotBuildRootURL, pkg->header, pkg->autoProv, pkg->autoReq, pkg->icon, - fileSystem @*/ + rpmGlobalMacroContext, fileSystem @*/ { HGE_t hge = (HGE_t)headerGetEntryMinMemory; HFD_t hfd = headerFreeData; |