[gnome-chess] configure.ac: disable C warnings
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-chess] configure.ac: disable C warnings
- Date: Sat, 3 Aug 2013 19:28:41 +0000 (UTC)
commit 1234b80e4650d569ba12679f3ceb0b323026d694
Author: Michael Catanzaro <mike catanzaro gmail com>
Date: Sat Aug 3 12:50:44 2013 -0500
configure.ac: disable C warnings
We really don't care about warnings from the C compiler, only about
those from the Vala compiler.
configure.ac | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 8eaf0a7..caac5cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -35,6 +35,15 @@ PKG_CHECK_MODULES(TEST, [
])
dnl ###########################################################################
+dnl Disable C warnings
+dnl ###########################################################################
+GNOME_CHESS_CFLAGS="$GNOME_CHESS_CFLAGS -w"
+AC_SUBST([GNOME_CHESS_CFLAGS])
+
+TEST_CFLAGS="$TEST_CFLAGS -w"
+AC_SUBST([TEST_CFLAGS])
+
+dnl ###########################################################################
dnl Internationalization
dnl ###########################################################################
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]