From a3c44036dc1b63cbd82184a6bf1f5a39bb4cb284 Mon Sep 17 00:00:00 2001 From: Andreas Tobler Date: Mon, 3 May 2004 22:53:05 +0200 Subject: [PATCH] Makefile.am (WARNINGS): Replace -W with the more speaking -Wextra. 2004-05-03 Andreas Tobler * Makefile.am (WARNINGS): Replace -W with the more speaking -Wextra. * Makefile.in: Rebuilt. From-SVN: r81455 --- libjava/ChangeLog | 5 +++++ libjava/Makefile.am | 2 +- libjava/Makefile.in | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index a93836263a8..0a11416648c 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2004-05-03 Andreas Tobler + + * Makefile.am (WARNINGS): Replace -W with the more speaking -Wextra. + * Makefile.in: Rebuilt. + 2004-05-03 Mark Wielaard * gnu/java/security/der/DERReader.java: Call static methods staticly. diff --git a/libjava/Makefile.am b/libjava/Makefile.am index d1733adc071..cc2cfbc1916 100644 --- a/libjava/Makefile.am +++ b/libjava/Makefile.am @@ -103,7 +103,7 @@ JAVAC = $(GCJ_WITH_FLAGS) -C GCC_UNWIND_INCLUDE = @GCC_UNWIND_INCLUDE@ -WARNINGS = -W -Wall +WARNINGS = -Wextra -Wall ## We need _GNU_SOURCE defined for some Linux builds. It doesn't hurt ## to always define it. AM_CXXFLAGS = -fno-rtti -fnon-call-exceptions $(THREADCXXFLAGS) \ diff --git a/libjava/Makefile.in b/libjava/Makefile.in index 66125bdda6c..0e3be8d9490 100644 --- a/libjava/Makefile.in +++ b/libjava/Makefile.in @@ -211,7 +211,7 @@ JAVAC = $(GCJ_WITH_FLAGS) -C GCC_UNWIND_INCLUDE = @GCC_UNWIND_INCLUDE@ -WARNINGS = -W -Wall +WARNINGS = -Wextra -Wall AM_CXXFLAGS = -fno-rtti -fnon-call-exceptions $(THREADCXXFLAGS) \ -fdollars-in-identifiers \ -Wswitch-enum \ @@ -3009,7 +3009,7 @@ libgcj-test.spec.in libgcj.pc.in libgcj.spec.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best DIST_SUBDIRS = @DIRLTDL@ testsuite gcj include @DIRLTDL@ gcj include DEP_FILES = .deps/$(srcdir)/$(CONVERT_DIR)/gen-from-JIS.P \