mirror of
https://github.com/dynup/kpatch
synced 2024-12-23 21:52:07 +00:00
kpatch-build: add -Wsign-compare to CFLAGS
Add -Wsign-compare to kpatch-build CFLAGS to make sure something like #826 never happens again. Signed-off-by: Artem Savkov <asavkov@redhat.com>
This commit is contained in:
parent
1638c64fe5
commit
a39eace756
@ -1,6 +1,6 @@
|
||||
include ../Makefile.inc
|
||||
|
||||
CFLAGS += -MMD -MP -I../kmod/patch -Iinsn -Wall -g -Werror
|
||||
CFLAGS += -MMD -MP -I../kmod/patch -Iinsn -Wall -Wsign-compare -g -Werror
|
||||
LDLIBS = -lelf
|
||||
|
||||
TARGETS = create-diff-object create-klp-module create-kpatch-module
|
||||
|
Loading…
Reference in New Issue
Block a user