diff options
author | Martin Willi <martin@strongswan.org> | 2005-11-24 16:21:02 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2005-11-24 16:21:02 +0000 |
commit | 2a1d820155c43a0675352b70b9749cc4ad284529 (patch) | |
tree | e88cebd7961c885441d7ae5d79422fe18ca29397 /Source/charon | |
parent | bdb141cb4b7bffcdd6358b0fd4606d146816261a (diff) | |
download | strongswan-2a1d820155c43a0675352b70b9749cc4ad284529.tar.bz2 strongswan-2a1d820155c43a0675352b70b9749cc4ad284529.tar.xz |
- -Wall -Werror added
Diffstat (limited to 'Source/charon')
-rw-r--r-- | Source/charon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/Makefile b/Source/charon/Makefile index 00bed06f6..54603fb37 100644 --- a/Source/charon/Makefile +++ b/Source/charon/Makefile @@ -18,7 +18,7 @@ MAIN_DIR= ./ LDFLAGS= -lgmp -lpthread -CFLAGS+= -DLEAK_DETECTIVE -I. +CFLAGS+= -Wall -Werror -DLEAK_DETECTIVE -I. # objects is extended by each included Makefile OBJS= |