From de2eeebf03602b1a96aed79acbb8fc966164efe5 Mon Sep 17 00:00:00 2001 From: mes5k Date: Mon, 22 Dec 2003 01:50:50 +0000 Subject: [PATCH] added warnings --- Makefile.am | 2 ++ src/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 1ee675a..44aba66 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,4 @@ SUBDIRS = src include examples docs tests + +CXXFLAGS = -Wall diff --git a/src/Makefile.am b/src/Makefile.am index ecf754a..f3c87bb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,3 +4,5 @@ lib_LIBRARIES = libtclap.a libtclap_a_SOURCES = Arg.cpp CmdLine.cpp SwitchArg.cpp INCLUDES = -I$(top_srcdir)/include + +CXXFLAGS = -Wall