Author: coke
Date: Wed Nov 26 12:15:14 2008
New Revision: 33235
Modified:
branches/rm_miniparrot/config/gen/makefiles/CFLAGS.in
Log:
Quiet warnings on generated code (RT #53356)
Remove reference to obsolete source file
Modified: branches/rm_miniparrot/config/gen/makefiles/CFLAGS.in
==============================================================================
--- branches/rm_miniparrot/config/gen/makefiles/CFLAGS.in (original)
+++ branches/rm_miniparrot/config/gen/makefiles/CFLAGS.in Wed Nov 26
12:15:14 2008
@@ -10,7 +10,6 @@
src/tsq.c [EMAIL PROTECTED]@} # never optimize tsq.c!
src/ops/core_ops_cg.c [EMAIL PROTECTED]@} # takes too long
src/ops/core_ops_switch.c [EMAIL PROTECTED]@} # Overwhelms some compilers.
-src/py_func.c +{-Ipmc} # include pmc_default.h
# io should be -Wunused clean
{^src/io/} s/-Wno-unused/-Wunused/
@@ -27,4 +26,5 @@
compilers/imcc/debug.c -{-Wformat-nonliteral} # noisy
compilers/imcc/optimizer.c -{-Wformat-nonliteral} # noisy
compilers/imcc/parser_util.c -{-Wformat-nonliteral} # noisy
-compilers/imcc/imclexer -{-Wunused} # noisy
+compilers/imcc/imclexer.c -{-Wunused} # noisy
+compilers/imcc/imclexer.c -{-Wswitch-default} # occurs in generated code