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 /build/parsePreamble.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 'build/parsePreamble.c')
-rw-r--r-- | build/parsePreamble.c | 2 |
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; |