From 2899b5c23ca6235e60d0c50173f1072d349a174a Mon Sep 17 00:00:00 2001 From: Josh Poimboeuf Date: Mon, 26 Oct 2015 19:56:11 -0500 Subject: [PATCH] create-diff-object: make all warnings into errors --- kpatch-build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kpatch-build/Makefile b/kpatch-build/Makefile index f8c7176..739aa0e 100644 --- a/kpatch-build/Makefile +++ b/kpatch-build/Makefile @@ -1,6 +1,6 @@ include ../Makefile.inc -CFLAGS += -I../kmod/patch -Iinsn -Wall -g +CFLAGS += -I../kmod/patch -Iinsn -Wall -g -Werror LDFLAGS = -lelf TARGETS = create-diff-object