]> gitweb.michael.orlitzky.com - libsvgtiny.git/blobdiff - Makefile
Don't treat warnings as errors on AmigaOS
[libsvgtiny.git] / Makefile
index ee95e2033f5b1387650d55e828ddabad708dd657..4556eec939920be7c2e3ec898cee6421eb97ffdd 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,12 +13,13 @@ TESTRUNNER := $(ECHO)
 WARNFLAGS := -Wall -W -Wundef -Wpointer-arith -Wcast-align \
        -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes \
        -Wmissing-declarations -Wnested-externs -pedantic
-# BeOS/Haiku/AmigaOS4 standard library headers create warnings
+# BeOS/Haiku/AmigaOS standard library headers create warnings
 ifneq ($(TARGET),beos)
   ifneq ($(TARGET),AmigaOS)
     WARNFLAGS := $(WARNFLAGS) -Werror
   endif
 endif
+
 CFLAGS := -D_BSD_SOURCE -I$(CURDIR)/include/ \
        -I$(CURDIR)/src $(WARNFLAGS) $(CFLAGS)
 ifneq ($(GCCVER),2)