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

petdance at svn.parrot.org petdance at svn.parrot.org
Tue May 5 04:46:43 UTC 2009


Author: petdance
Date: Tue May  5 04:46:43 2009
New Revision: 38480
URL: https://trac.parrot.org/parrot/changeset/38480

Log:
Ignore the splint warning about str*() functions being reserved

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Tue May  5 04:15:26 2009	(r38479)
+++ trunk/config/gen/makefiles/root.in	Tue May  5 04:46:43 2009	(r38480)
@@ -2071,6 +2071,7 @@
 SPLINTFLAGS_TEST := \
     +partial \
     -memchecks \
+    -iso-reserved-internal \
 
 splint : $(PARROT)
 	$(MKPATH) $(SPLINT_TMP)


More information about the parrot-commits mailing list