From: fred Date: Tue, 26 Mar 2002 21:50:06 +0000 (+0000) Subject: lilypond-1.1.46 X-Git-Tag: release/1.5.59~2424 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a5003506095ea7eed5791f3557c01ded8d94f9d6;p=lilypond.git lilypond-1.1.46 --- diff --git a/stepmake/stepmake/c++-vars.make b/stepmake/stepmake/c++-vars.make index 45cf8a84fe..a65b2a7f94 100644 --- a/stepmake/stepmake/c++-vars.make +++ b/stepmake/stepmake/c++-vars.make @@ -4,7 +4,7 @@ # -pipe makes it go faster, but is not supported on all platforms. # EXTRA_CXXFLAGS= -Wall -Winline -W -Wmissing-prototypes -Wmissing-declarations -Wconversion -EXTRA_CXXFLAGS= -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wconversion +EXTRA_CXXFLAGS= -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wconversion CXXFLAGS = $(ICFLAGS) $(DEFINES) $(addprefix -I,$(INCLUDES)) $(USER_CFLAGS) $(EXTRA_CFLAGS) $(MODULE_CFLAGS) $($(PACKAGE)_CFLAGS) $($(PACKAGE)_CXXFLAGS) $(USER_CXXFLAGS) $(EXTRA_CXXFLAGS) $(MODULE_CXXFLAGS)