commit 740c5444001b083fe9c04d809ceec9015bb075fc from: Stefan Sperling date: Sun Jan 14 16:48:32 2018 UTC compile with -Werror commit - 2b2ca9f01de591f1cf0cca17acf742542233b152 commit + 740c5444001b083fe9c04d809ceec9015bb075fc blob - 21b28bc395ccfabde390d43e0eccb28fe26e1dee blob + 53d4ac1a63956b3901fea7fbe43023dabbdbc24d --- regress/packfiles/Makefile +++ regress/packfiles/Makefile @@ -4,6 +4,7 @@ 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 blob - 29207702c74a55aadd942a3cbc380e667852e237 blob + d9852da91ae8173171219847468b07f289bb68c9 --- regress/repository/Makefile +++ regress/repository/Makefile @@ -5,6 +5,7 @@ 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