aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-10-11 19:39:12 +0000
committerlloyd <[email protected]>2008-10-11 19:39:12 +0000
commitb94cb21004e003c603de1a37bef102f61421c641 (patch)
tree50f512f6fe8fa5df49c497c9f88825661fbbbf3e /doc/examples
parent23011bc88ee50f16a8e6c0e1d6dd3c94794fc835 (diff)
Remove -Werror from example compile flags
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/GNUmakefile b/doc/examples/GNUmakefile
index 0820b4bdb..4b45af0a6 100644
--- a/doc/examples/GNUmakefile
+++ b/doc/examples/GNUmakefile
@@ -3,7 +3,7 @@
BOTAN_DIR = ../..
CXX = g++
-CFLAGS = -O2 -ansi -W -Wall -Werror
+CFLAGS = -O2 -ansi -W -Wall
INCLUDES = $(shell $(BOTAN_DIR)/botan-config --cflags)