[banshee/stable-2.6] configure: disable -warnaserror
- From: Andrés Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee/stable-2.6] configure: disable -warnaserror
- Date: Thu, 2 Jul 2015 19:02:36 +0000 (UTC)
commit f5ec457671d666c78d3a8d51ba50513fb3e3fb33
Author: Andrés G. Aragoneses <knocte gmail com>
Date: Wed Jul 1 02:02:55 2015 +0200
configure: disable -warnaserror
Previous commit, by Bertrand, fixes a warning when
using Mono 3.x. However, banshee's stable-2.6 branch
can still be built with Mono 2.x (which is still the
case for bockbuild).
So let's disable warnings altogether, otherwise we
may get a warning in one of the Mono versions...
(Warnings should still be considered errors in non-stable.)
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 96ea443..ad766e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -199,7 +199,7 @@ AC_SUBST(ENABLE_RELEASE)
if test "x$enable_release" = "xyes"; then
GMCS_FLAGS="-define:RELEASE"
else
- GMCS_FLAGS="-warnaserror"
+ GMCS_FLAGS=""
fi
AC_SUBST(GMCS_FLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]