Add Wall to qsbr examples makefile
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 3 Jun 2013 20:25:35 +0000 (16:25 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 3 Jun 2013 20:25:35 +0000 (16:25 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
doc/examples/qsbr-minimal/Makefile

index 5fe65bc7e7503f6e3ef27216e58b8ef35e3916d5..79a65840305d954a5a27bfc9d478f505765e64fb 100644 (file)
@@ -11,7 +11,7 @@
 
 CC = gcc
 LIBS = -lurcu-qsbr
-CFLAGS = -g -O2
+CFLAGS = -g -O2 -Wall
 
 # Only necessary when building from the source tree and userspace RCU is
 # not installed
This page took 0.025579 seconds and 4 git commands to generate.