summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-11-07 09:01:38 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-11-07 09:01:38 +0200
commitd8babb5a863011d4a384c8f77ca4aefa07805bbb (patch)
tree7de666d84248b2c25562ab29188dc5b2cb685cdf /lua
parentbb6aaf184e0d18a2fec8f0a6a0ac1a5846a24b2b (diff)
downloadlibrpm-tizen-d8babb5a863011d4a384c8f77ca4aefa07805bbb.tar.gz
librpm-tizen-d8babb5a863011d4a384c8f77ca4aefa07805bbb.tar.bz2
librpm-tizen-d8babb5a863011d4a384c8f77ca4aefa07805bbb.zip
Remove .splintrc's in the tree
Diffstat (limited to 'lua')
-rw-r--r--lua/.splintrc92
1 files changed, 0 insertions, 92 deletions
diff --git a/lua/.splintrc b/lua/.splintrc
deleted file mode 100644
index 2983f3816..000000000
--- a/lua/.splintrc
+++ /dev/null
@@ -1,92 +0,0 @@
--I. -I./include -I./local -DHAVE_CONFIG_H -DUSE_DLOPEN -DWITH_POSIX -D_GNU_SOURCE -D_REENTRANT -DUSE_POPEN
-
-#+partial
-+forcehints
-
-
-#-warnunixlib
--warnposix
-
-+unixlib
-
-#-unrecogcomments # XXX ignore doxygen markings
-
-+strict # lclint level
-
-# --- in progress
-+enumindex # 20
-
--boolops # 8
--branchstate # 54
--bufferoverflowhigh # 1
--castfcnptr # 1
--compdef # 111
--compdestroy # 18
--compmempass # 137
--declundef # 42
--evalorder # 60
--infloops # 2
--mayaliasunique # 4
--moduncon # 5 dlopen et al
--modunconnomods # 6 ctype.h
--noeffect # 169
--noeffectuncon # 5
--nullderef # 109
--nullpass # 28
--nullptrarith # 11
--nullret # 1
--nullstate # 19
--predboolptr # 34
--protoparammatch # 58
--realcompare # 8
--retalias # 30
--retvalint # 44
--retvalother # 42
--shiftnegative # 8
--sizeoftype # 125
--stackref # 5
--type # 12
--uniondef # 26
--unrecog
--usereleased # 13
-
--immediatetrans # 40
--temptrans # 27
--unqualifiedtrans # 2
-
--casebreak # 3
--looploopbreak # 1
--loopswitchbreak # 89
--switchswitchbreak # 9
-
--exportheader # 233
--exportlocal # 13
--exporttype
-
--fielduse # 24
--typeuse # 1 ls_hash
-
-# --- not-yet at strict level
--bitwisesigned #
--elseifcomplete #
--forblock #
--ifblock #
--incondefs #
--namechecks # tedious ANSI compliance checks
--ptrarith # tedious
-
--mustdefine #
--shiftimplementation #
-
--strictops #
--whileblock #
-
-# --- not-yet at checks level
--mustfree #
--usedef #
-
-# --- not-yet at standard level
-+boolint #
-+charint #
-+ignorequals #
-+matchanyintegral #