diff options
author | jbj <devnull@localhost> | 2001-09-21 15:07:11 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-09-21 15:07:11 +0000 |
commit | 1eef0782f60f9d8d80be273ace982ad4c2a56d98 (patch) | |
tree | ca6f47772d1cfa3b9900cf93ae515f1c5a31a4cd /.lclintrc | |
parent | 59a045374df64f3bc62eb200f7d11338ea2787a8 (diff) | |
download | librpm-tizen-1eef0782f60f9d8d80be273ace982ad4c2a56d98.tar.gz librpm-tizen-1eef0782f60f9d8d80be273ace982ad4c2a56d98.tar.bz2 librpm-tizen-1eef0782f60f9d8d80be273ace982ad4c2a56d98.zip |
- lclint-3.0.0.15 fiddles.
CVS patchset: 5067
CVS date: 2001/09/21 15:07:11
Diffstat (limited to '.lclintrc')
-rw-r--r-- | .lclintrc | 30 |
1 files changed, 29 insertions, 1 deletions
@@ -14,6 +14,34 @@ +checks # lclint level +# --- lclint-3.0.0.15 is pickier than lclint-2.5r +#-formatconst +#-compdef +#-nullstate +-usedef # 296 occurences wtfo? +#-unsignedcompare +#-compmempass +#-multithreaded +#-nullderef # 6 occurences in getdate.y +#-nullpass +#-unrecog +#-portability +#-readonlytrans # 128 occurences in getdate.y +#-noparams +-usereleased # 3 occurences wtfo? +#-firstcase +#-shadow +#-bufferoverflowhigh +#-superuser +#-retvalint +#-incondefs +#-nullptrarith +#-fcnuse +-fielduse # noisy in 3.0.0.15 +#-varuse +#-exportlocal +#-exportheadervar + # --- not-yet at strict level #+ptrarith #+bitwisesigned @@ -47,8 +75,8 @@ #+loopswitchbreak # 286 occurences #+switchswitchbreak # 32 occurences #+looploopcontinue # 86 occurences -#+whileblock +forempty +#+whileblock #+forblock #+ifblock #+noeffectuncon # 228 occurences |