Merge pull request #93 from arutk/test_build_werror
Treat warnings as errors in tests/build/Makefile
This commit is contained in:
commit
cc30794160
@ -17,7 +17,7 @@ INCDIR=include/
|
||||
|
||||
SRC=$(shell find ${SRCDIR} -name \*.c)
|
||||
OBJS = $(patsubst %.c, %.o, $(SRC))
|
||||
CFLAGS = -Wall -I${INCDIR} -I${SRCDIR}/ocf/env/
|
||||
CFLAGS = -Wall -Werror -I${INCDIR} -I${SRCDIR}/ocf/env/
|
||||
|
||||
all: sync
|
||||
$(MAKE) build
|
||||
|
Loading…
Reference in New Issue
Block a user