diff options
author | jbj <devnull@localhost> | 1999-10-21 18:20:29 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-10-21 18:20:29 +0000 |
commit | 8bf4afe2d738ede9a3c5567da6679205ac9b6f5a (patch) | |
tree | 5ea8f47743375999ac783465f2a72f9c050bf84a /popt | |
parent | d1a5cef88a7340caf881c5a7b1689bcaf37f06c4 (diff) | |
download | librpm-tizen-8bf4afe2d738ede9a3c5567da6679205ac9b6f5a.tar.gz librpm-tizen-8bf4afe2d738ede9a3c5567da6679205ac9b6f5a.tar.bz2 librpm-tizen-8bf4afe2d738ede9a3c5567da6679205ac9b6f5a.zip |
Create.
CVS patchset: 3392
CVS date: 1999/10/21 18:20:29
Diffstat (limited to 'popt')
-rw-r--r-- | popt/.lclintrc | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/popt/.lclintrc b/popt/.lclintrc new file mode 100644 index 000000000..9aea531f3 --- /dev/null +++ b/popt/.lclintrc @@ -0,0 +1,41 @@ +-I. -I.. -DHAVE_CONFIG_H + ++partial + +-warnunixlib +-warnposix + ++unixlib + +# don't-bother-me-yet parameters +-branchstate +#-immediatetrans +-mustfree +#-observertrans +#-statictrans + +# not-yet normal parameters +-boolops # w->n +-fixedformalarray +-null +-predboolint # w->n +-predboolothers # w->n +-retvalint # w->n +-type + + +# -weak paramaters +#+boolint +#-boolops +#+ignorequals +#+ignoresigns +#-mustfree +#+longintegral +#+matchanyintegral +#-nullpass +#-observertrans +#-predboolint +#-predboolothers +#-retvalint +#-retvalother +#-shiftsigned |