diff options
author | jbj <devnull@localhost> | 2002-12-01 21:34:06 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-12-01 21:34:06 +0000 |
commit | 80b23366e79f229831efb6a590c90e2724d37927 (patch) | |
tree | e62a5951bd28e84579d84d988e3546808dcd8df3 /zlib/.splintrc | |
parent | 0efbbada0f3005d6f81a940ba7b06aef2703a50b (diff) | |
download | librpm-tizen-80b23366e79f229831efb6a590c90e2724d37927.tar.gz librpm-tizen-80b23366e79f229831efb6a590c90e2724d37927.tar.bz2 librpm-tizen-80b23366e79f229831efb6a590c90e2724d37927.zip |
- use usrlib_LTLIBRARIES to install directly in /usr/lib64 instead.
CVS patchset: 5911
CVS date: 2002/12/01 21:34:06
Diffstat (limited to 'zlib/.splintrc')
-rw-r--r-- | zlib/.splintrc | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/zlib/.splintrc b/zlib/.splintrc new file mode 100644 index 000000000..1919ecfd8 --- /dev/null +++ b/zlib/.splintrc @@ -0,0 +1,114 @@ +-I. -DHAVE_CONFIG_H -D_GNU_SOURCE -DSTDC -DHAVE_UNISTD_H -DHAS_snprintf -DHAS_vsnprintf -DUSE_MMAP -DWITH_RSYNC_PAD + ++partial ++forcehints + + +-warnunixlib +-warnposix + ++unixlib + +-unrecogcomments # XXX ignore doxygen markings + ++strict # lclint level + +# --- in progress +-abstract +-aliasunique +-branchstate +-casebreak +-castfcnptr +-commenterror +-compdef +-compmempass +-dependenttrans +-evalorder +-globs +-globstate +-immediatetrans +-infloopsuncon +-internalglobs +-kepttrans +-looploopbreak +-looploopcontinue +-loopswitchbreak +-modfilesys +-modnomods +-modobserveruncon +-moduncon +-modunconnomods +-mustmod +-noeffect +-noeffectuncon # 22 +-nullderef +-nullpass +-nullret +-nullstate # 36 +-observertrans +-oldstyle +-paramuse +-protoparammatch # 22 +-readonlytrans +-redef +-retalias +-retvalint # painful +-sizeoftype # 110 +-statictrans +-switchswitchbreak +-temptrans +-type +-unqualifiedtrans +-unsignedcompare +-usereleased +-whileempty + +# --- +partial artifacts +-declundef +-exportheadervar +-exportlocal + +-enummemuse +-fcnuse +-typeuse +-varuse + +# --- not-yet at strict level +-bitwisesigned # pita +-elseifcomplete # 95 occurences +-exportconst # 839 occurences +-exportfcn +-exporttype +-exportvar +-fielduse # 1 occurence <bits/sigset.h> +-forblock # tedious +-ifblock # tedious +-incondefs # <bits/{ipc,pthreadtypes}.h> heartburn +-matchfields # <bits/ipc.h> heartburn +-namechecks # tedious ANSI compliance checks +-ptrarith # tedious + +-compdestroy +-mustdefine +-shiftimplementation +-shiftnegative + +-strictops +-strictusereleased +-stringliterallen 4096 # redhat*PubKey's are big +-whileblock # tedious + +# --- not-yet at checks level +-ansi-reserved ++enumint +-mustfree +-predboolptr +-usedef + +# --- not-yet at standard level +-boolops +-predboolint ++boolint ++charint ++ignorequals ++matchanyintegral |