From 9d73c68bf87841ef49d87c6254c96ddc54cd1d64 Mon Sep 17 00:00:00 2001 From: mes5k Date: Mon, 22 Dec 2003 01:59:23 +0000 Subject: [PATCH] added warnings --- examples/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 4df1560..ab1ada7 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ -noinst_PROGRAMS = test1 test2 test3 +noinst_PROGRAMS = test1 test2 test3 test1_SOURCES = test1.cpp @@ -15,3 +15,4 @@ test3_LDADD = $(top_builddir)/src/libtclap.a INCLUDES = -I$(top_builddir)/include +CXXFLAGS = -Wall