summaryrefslogtreecommitdiff
blob: cd01638b0fd1a1f308993fef2a6b8cec93d358c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- librosprite-0.1.1/Makefile
+++ librosprite-0.1.1/Makefile
@@ -22,11 +22,6 @@
 	-Wformat=2 -Werror-implicit-function-declaration \
 	-Wmissing-declarations -Wmissing-prototypes
 
-# BeOS/Haiku standard library headers create warnings
-ifneq ($(TARGET),beos)
-  WARNFLAGS := $(WARNFLAGS) -Werror
-endif
-
 CFLAGS := -I$(CURDIR)/include/ $(WARNFLAGS) $(CFLAGS)
 
 ifneq ($(GCCVER),2)