summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2022-12-20 22:42:31 +0200
committerTimo Teräs <timo.teras@iki.fi>2022-12-20 22:42:31 +0200
commit191d180d761114c813315449e9f3371217cf6016 (patch)
tree0343dd41cdb1dfe89d455fe162098179cea8c850
parentd04cc33f6feb17ede16086080be1ec228a8d0390 (diff)
downloadapk-tools-191d180d761114c813315449e9f3371217cf6016.tar.gz
apk-tools-191d180d761114c813315449e9f3371217cf6016.tar.bz2
apk-tools-191d180d761114c813315449e9f3371217cf6016.tar.xz
apk-tools-191d180d761114c813315449e9f3371217cf6016.zip
build: remove -Werror
-rw-r--r--Make.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.rules b/Make.rules
index 94f68f7..020deea 100644
--- a/Make.rules
+++ b/Make.rules
@@ -84,7 +84,7 @@ INSTALL := install
INSTALLDIR := $(INSTALL) -d
CFLAGS ?= -g -O2
-CFLAGS_ALL := -Werror -Wall -Wstrict-prototypes -D_GNU_SOURCE -std=gnu99 -fPIC
+CFLAGS_ALL := -Wall -Wstrict-prototypes -D_GNU_SOURCE -std=gnu99 -fPIC
CFLAGS_ALL += $(CFLAGS)
LDFLAGS ?= -g