mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-08 20:00:04 -04:00
added warnings
This commit is contained in:
parent
bbbadfddc9
commit
de2eeebf03
@ -1,2 +1,4 @@
|
|||||||
|
|
||||||
SUBDIRS = src include examples docs tests
|
SUBDIRS = src include examples docs tests
|
||||||
|
|
||||||
|
CXXFLAGS = -Wall
|
||||||
|
@ -4,3 +4,5 @@ lib_LIBRARIES = libtclap.a
|
|||||||
libtclap_a_SOURCES = Arg.cpp CmdLine.cpp SwitchArg.cpp
|
libtclap_a_SOURCES = Arg.cpp CmdLine.cpp SwitchArg.cpp
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir)/include
|
INCLUDES = -I$(top_srcdir)/include
|
||||||
|
|
||||||
|
CXXFLAGS = -Wall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user