aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)