summaryrefslogtreecommitdiff
path: root/build/parsePreamble.c
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-10-13 19:35:58 +0000
committerjbj <devnull@localhost>2001-10-13 19:35:58 +0000
commit525f4cb8b1317120c36a75f47f796d285f69078c (patch)
tree072477496ea72f2f9fb3d8c877eea8dd5078975c /build/parsePreamble.c
parent2d312d19c14300224ea85ea4fd62a0844d1af573 (diff)
downloadlibrpm-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 'build/parsePreamble.c')
-rw-r--r--build/parsePreamble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parsePreamble.c b/build/parsePreamble.c
index bc0bb0184..d5b182189 100644
--- a/build/parsePreamble.c
+++ b/build/parsePreamble.c
@@ -253,7 +253,7 @@ static int checkForValidArchitectures(Spec spec)
* @return 0 if OK
*/
static int checkForRequired(Header h, const char * NVR)
- /* LCL: parse error here with modifies */
+ /*@modifies h @*/ /* LCL: parse error here with modifies */
{
int res = 0;
rpmTag * p;