This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] libltdl replace -W -Wextra


Hello,

number two, replace the -W with -Wextra in libltdl too.
Ok, for mainline?

Andreas
Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/libjava/libltdl/ChangeLog,v
retrieving revision 1.10
diff -u -r1.10 ChangeLog
--- ChangeLog	11 Mar 2004 00:27:37 -0000	1.10
+++ ChangeLog	1 May 2004 07:12:20 -0000
@@ -1,3 +1,9 @@
+2004-05-01  Andreas Tobler  <a.tobler@schweiz.ch>
+
+	* acinclude.m4: Replace -W with more speaking -Wextra.
+	* aclocal.m4: Regenerate.
+	* configure: Regenerate.
+
 2004-03-10  Kelley Cook  <kcook@gcc.gnu.org>
 
 	* configure.ac: Bump AC_PREREQ to 2.59.
Index: acinclude.m4
===================================================================
RCS file: /cvs/gcc/gcc/libjava/libltdl/acinclude.m4,v
retrieving revision 1.4
diff -u -r1.4 acinclude.m4
--- acinclude.m4	16 Dec 2003 21:48:24 -0000	1.4
+++ acinclude.m4	1 May 2004 07:12:33 -0000
@@ -4643,7 +4643,7 @@
       mvs*)
 	case $cc_basename in
 	  cxx)
-	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-W c,exportall'
+	    _LT_AC_TAGVAR(lt_prog_compiler_pic, $1)='-Wextra c,exportall'
 	    ;;
 	  *)
 	    ;;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]