From 996ed6acd5586f9db08a9388442acdd044285fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sun, 22 Sep 2013 16:40:18 +0200 Subject: [PATCH] build: Build the daemon with -Wall. * daemon.am (AM_CXXFLAGS): New variable. --- daemon.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon.am b/daemon.am index 069700b1b6..8c21dbc328 100644 --- a/daemon.am +++ b/daemon.am @@ -25,6 +25,8 @@ CLEANFILES += $(BUILT_SOURCES) noinst_LIBRARIES = libformat.a libutil.a libstore.a +AM_CXXFLAGS = -Wall + libformat_a_SOURCES = \ nix/boost/format/free_funcs.cc \ nix/boost/format/parsing.cc \