[epiphany/wip/autocrap: 15/37] Enable compiler warnings in some places they were missing
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/autocrap: 15/37] Enable compiler warnings in some places they were missing
- Date: Tue, 30 Jun 2015 15:39:42 +0000 (UTC)
commit 480536d5026e68d0d0211849cc5fde759a7797b6
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Mon Jun 29 16:55:12 2015 -0500
Enable compiler warnings in some places they were missing
lib/Makefile.am | 2 ++
lib/history/Makefile.am | 2 ++
tests/Makefile.am | 3 ++-
3 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 119b56e..c4f4201 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -1,5 +1,7 @@
SUBDIRS = widgets egg history
+AM_CFLAGS = $(WARN_CFLAGS)
+
noinst_LTLIBRARIES = libephymisc.la
NOINST_H_FILES = \
diff --git a/lib/history/Makefile.am b/lib/history/Makefile.am
index 432cc4a..777f30d 100644
--- a/lib/history/Makefile.am
+++ b/lib/history/Makefile.am
@@ -1,3 +1,5 @@
+AM_CFLAGS = $(WARN_CFLAGS)
+
noinst_LTLIBRARIES = libephyhistory.la
libephyhistory_la_SOURCES = \
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 21bfd9a..061e1bc 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -102,7 +102,8 @@ AM_CPPFLAGS = \
AM_CFLAGS = \
-DTEST_DIR=\"$(srcdir)\"\
$(DEPENDENCIES_CFLAGS) \
- $(CODE_COVERAGE_CFLAGS)
+ $(CODE_COVERAGE_CFLAGS) \
+ $(WARN_CFLAGS)
LDADD = \
$(top_builddir)/src/libephymain.la \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]