mirror of
https://github.com/dynup/kpatch
synced 2025-01-11 15:49:26 +00:00
Merge pull request #527 from jpoimboe/werror
create-diff-object: make all warnings into errors
This commit is contained in:
commit
e78222e635
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user