[gnome-calculator] Disable all C warnings - they are generally all bogus
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calculator] Disable all C warnings - they are generally all bogus
- Date: Mon, 14 Oct 2013 21:39:48 +0000 (UTC)
commit 8722f02a019835b24a5e9583c832f5116c457ed1
Author: Robert Ancell <robert ancell canonical com>
Date: Tue Oct 15 10:32:11 2013 +1300
Disable all C warnings - they are generally all bogus
src/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index eba7c01..5c0611f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,7 +8,7 @@ INCLUDES = \
-DVERSION=\""$(VERSION)"\" \
-DLOCALE_DIR=\""$(localedir)"\" \
-DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
- -Wno-unused -Wno-deprecated-declarations \
+ -w \
$(GNOME_CALCULATOR_CFLAGS)
BUILT_SOURCES = resources.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]