[svn:parrot] r38833 - trunk/config/gen/makefiles

petdance at svn.parrot.org petdance at svn.parrot.org
Sat May 16 19:17:53 UTC 2009


Author: petdance
Date: Sat May 16 19:17:52 2009
New Revision: 38833
URL: https://trac.parrot.org/parrot/changeset/38833

Log:
final cleanup of some redundant splint flags

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Sat May 16 15:45:34 2009	(r38832)
+++ trunk/config/gen/makefiles/root.in	Sat May 16 19:17:52 2009	(r38833)
@@ -2047,24 +2047,16 @@
     +long-integral \
     +match-any-integral \
 
-# TODO: Miscellaneous other flags
+# Miscellaneous other flags
 SPLINTFLAGS := $(SPLINTFLAGS) \
-    +aliasunique \
-    +assignexpose \
-    +continuecomment \
-    +fielduse \
-    +match-fields \
-    +nestedextern \
     +null \
     +nullret \
-    +paramuse \
     +shadow \
 
 # Other options we'd like to add back
 # +initallelements : Right now, the *.ops files don't initialize all
 #  values of the arrays
 # +casebreak: Auto-generated ops have way too case fallthrus right now
-# +noeffect: Right now the UNUSED(macro) trips +noeffect
 # +fcnuse: We have many functions that are defined but not used, but they
 #  should get hidden or ifdeffed
 # +redef, +redecl: Ops currently have tons of redefinitions


More information about the parrot-commits mailing list