mirror of
https://github.com/dynup/kpatch
synced 2025-01-26 23:02:51 +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
|
include ../Makefile.inc
|
||||||
|
|
||||||
CFLAGS += -I../kmod/patch -Iinsn -Wall -g
|
CFLAGS += -I../kmod/patch -Iinsn -Wall -g -Werror
|
||||||
LDFLAGS = -lelf
|
LDFLAGS = -lelf
|
||||||
|
|
||||||
TARGETS = create-diff-object
|
TARGETS = create-diff-object
|
||||||
|
Loading…
Reference in New Issue
Block a user