From ccaed588ccd35fac6be0124c095663ac961dbf0e Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 31 May 2008 06:58:11 +0000 Subject: * Makefile.in, configure.in (warnflags): defaulted to -Wall -Wno-parentheses with gcc. [ruby-dev:34810] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index bd90cd4f77..c2ce8709b3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -42,6 +42,7 @@ CFLAGS = @CFLAGS@ @ARCH_FLAG@ cflags = @cflags@ optflags = @optflags@ debugflags = @debugflags@ +warnflags = @warnflags@ XCFLAGS = -I. -I$(arch_hdrdir) -I$(hdrdir) -I$(srcdir) @XCFLAGS@ CPPFLAGS = @CPPFLAGS@ LDFLAGS = @STATIC@ $(CFLAGS) @LDFLAGS@ -- cgit v1.2.3