Commit Diff


commit - 4558fcd4b26237fe0e7cf2fa2f29a65bfd80c1bc
commit + a92b0c17291b08d61cbe30b1e639a6331606218b
blob - 53d4ac1a63956b3901fea7fbe43023dabbdbc24d
blob + 805d30c0c1a2c290b0fef2d12124e19ee719d5ea
--- regress/packfiles/Makefile
+++ regress/packfiles/Makefile
@@ -4,9 +4,9 @@ PROG = packfile_test
 SRCS = error.c pack.c repository.c object.c path.c sha1.c packfile_test.c
 
 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
-CFLAGS = -Werror
 LDADD = -lutil -lz
 DEBUG = -O0 -g
+CFLAGS += -Werror
 
 NOMAN = yes
 
blob - d9852da91ae8173171219847468b07f289bb68c9
blob + 5ed8a9e45330f0883681095cf5139a08ecc7f03f
--- regress/repository/Makefile
+++ regress/repository/Makefile
@@ -5,9 +5,9 @@ SRCS = path.c repository.c error.c refs.c object.c sha
 	diffreg.c xmalloc.c pack.c repository_test.c
 
 CPPFLAGS = -I${.CURDIR}/../../include
-CFLAGS = -Werror
 LDADD = -lutil -lz
 DEBUG = -O0 -g
+CFLAGS += -Werror
 
 NOMAN = yes