diff options
author | jbj <devnull@localhost> | 2001-09-23 15:47:37 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-09-23 15:47:37 +0000 |
commit | 039162ac61254a49feffa577e2dccafe4d75707c (patch) | |
tree | fec59b1bdf3024d4c80dfb5b00a4d5ad0172f901 /beecrypt/.lclintrc | |
parent | 0f7777894493527a5672d0ce09c4855e2b69495f (diff) | |
download | rpm-039162ac61254a49feffa577e2dccafe4d75707c.tar.gz rpm-039162ac61254a49feffa577e2dccafe4d75707c.tar.bz2 rpm-039162ac61254a49feffa577e2dccafe4d75707c.zip |
More lclint fiddles.
CVS patchset: 5070
CVS date: 2001/09/23 15:47:37
Diffstat (limited to 'beecrypt/.lclintrc')
-rw-r--r-- | beecrypt/.lclintrc | 55 |
1 files changed, 17 insertions, 38 deletions
diff --git a/beecrypt/.lclintrc b/beecrypt/.lclintrc index 3be6606ae..53e47f009 100644 --- a/beecrypt/.lclintrc +++ b/beecrypt/.lclintrc @@ -13,61 +13,40 @@ +strict # lclint level # --- not-yet at strict level --exportconst --exportfcn --exporttype --exportvar --warnmissingglobs --internalglobs +-exportconst # 4 occurences +-exportfcn # 317 occurences +-exporttype # 52 occurences +-exportvar # 10 occurences -protoparamname -ansi-reserved-internal # goofy --ptrarith --bitwisesigned --strictops --sizeoftype - --mod-file-sys +-ptrarith # 217 occurences +-bitwisesigned # 69 occurences +-strictops # 37 occurences +-sizeoftype # 124 occurences -impcheckedstrictglobs -impcheckedstrictstatics -strictbranchstate --strictdestroy +-strictdestroy # 18 occurences --forblock --ifblock --whileblock +-forblock # 10 occurences +-ifblock # 406 occurences +-whileblock # 23 occurences -sys-dir-errors # 30 occurences # --- not-yet at checks level --predboolptr -+enumint --allglobs # painful +-predboolptr # 121 occurences +-allglobs # 219 occurences, painful -ansi-reserved # goofy --infloopsuncon # goofy # don't-bother-me-yet parameters -branchstate # 6 occurences --mustfree # alloca is painful # --- not-yet at standard level --boolops --predboolint --type +-boolops # 58 occurences +-predboolint # 203 occurences +-type # 844 occurences # --- not-yet at weak level -#+boolint -#-boolops -#+ignorequals -#+ignoresigns -#-mustfree -#+longintegral -#+matchanyintegral -#-nullpass -#-observertrans -#-predboolint -#-predboolothers -#-retvalint -#-retvalother -#-shiftsigned |