summaryrefslogtreecommitdiff
blob: 6d84e24de43350f8cd5dc026d54a3ee47a02eb06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/Makefile b/Makefile
index a220258..0e0799e 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,6 @@ WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
 	-Wmissing-declarations -Wnested-externs
 # BeOS/Haiku standard library headers issue warnings
 ifneq ($(BUILD),i586-pc-haiku)
-  WARNFLAGS := $(WARNFLAGS) -Werror
 endif
 
 CFLAGS := -D_BSD_SOURCE -D_DEFAULT_SOURCE \