Treat warnings as errors in tests/build/Makefile
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
This commit is contained in:
parent
04c3802717
commit
e06082c4a3
@ -17,7 +17,7 @@ INCDIR=include/
|
|||||||
|
|
||||||
SRC=$(shell find ${SRCDIR} -name \*.c)
|
SRC=$(shell find ${SRCDIR} -name \*.c)
|
||||||
OBJS = $(patsubst %.c, %.o, $(SRC))
|
OBJS = $(patsubst %.c, %.o, $(SRC))
|
||||||
CFLAGS = -Wall -I${INCDIR} -I${SRCDIR}/ocf/env/
|
CFLAGS = -Wall -Werror -I${INCDIR} -I${SRCDIR}/ocf/env/
|
||||||
|
|
||||||
all: sync
|
all: sync
|
||||||
$(MAKE) build
|
$(MAKE) build
|
||||||
|
Loading…
Reference in New Issue
Block a user