classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] disable -Werror for release


From: Mark Wielaard
Subject: [cp-patches] disable -Werror for release
Date: Sun, 14 Nov 2004 17:49:55 +0100

Hi,

I will make --disable-Werror the default for the 0.12 release. It turns
out you need that on cygwin and when --enable-gtk-cairo is try there are
still some errors left.

2004-11-14  Mark Wielaard  <address@hidden>

       * configure.ac (--disable-Werror): Make no the default.

Committed,

Mark

--- configure.ac        12 Nov 2004 21:11:12 -0000      1.56
+++ configure.ac        14 Nov 2004 16:51:16 -0000
@@ -46,13 +46,13 @@
 dnl Whether to compile with -Werror or not (enabled by default)
 dnl -----------------------------------------------------------
 AC_ARG_ENABLE([Werror],
-              [AS_HELP_STRING(--disable-Werror,whether to compile C code with 
-Werror which turns any compiler warning into a compilation failure 
[default=yes])],
+              [AS_HELP_STRING(--disable-Werror,whether to compile C code with 
-Werror which turns any compiler warning into a compilation failure 
[default=no])],
               [case "${enableval}" in
                 yes) ENABLE_WERROR=yes ;;
                 no) ENABLE_WERROR=no ;;
                 *) ENABLE_WERROR=yes ;;
               esac],
-              [ENABLE_WERROR=yes])
+              [ENABLE_WERROR=no])

 dnl -----------------------------------------------------------
 dnl GTK native peer (enabled by default)

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]