[C++] Default to -Werror in C++ mode too
[deliverable/binutils-gdb.git] / gdb / gdbserver / configure.ac
index 0fe0a357ec611fa8d82b52f6b2c269fe927f7980..d50d0f1582682ca15260497e63ed2b56c3a91a3a 100644 (file)
@@ -157,8 +157,7 @@ AC_ARG_ENABLE(werror,
      *) AC_MSG_ERROR(bad value ${enableval} for --enable-werror) ;;
    esac])
 
-# Enable -Werror by default when using gcc in C mode.  Leave it off
-# for C++ until we're warning clean.  Turn it off for releases.
+# Enable -Werror by default when using gcc.  Turn it off for releases.
 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" \
    && test x"$enable_build_with_cxx" != x"yes" \
    && $development; then
This page took 0.024013 seconds and 4 git commands to generate.