Origin: vendor
Forwarded: no
Last-Update: 2014-10-09
Using -Werror on a released project is in general not a good idea, as changes
in the toolchain and environment can trigger unexpected build failures.
Gbp-Pq: Name 04_no_Werror.patch
HARNESS_SRCS:=main.c
# io_queue.c
-CFLAGS+=-Wall -Werror -I../src -g -O2 -DPAGE_SIZE=$(shell getconf PAGESIZE)
+CFLAGS+=-Wall -I../src -g -O2 -DPAGE_SIZE=$(shell getconf PAGESIZE)
#-lpthread -lrt
all: $(PROGS)