From: Mathieu Desnoyers Date: Mon, 3 Jun 2013 20:25:35 +0000 (-0400) Subject: Add Wall to qsbr examples makefile X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=commitdiff_plain;h=ca8a68122132f6727f88b000b3db4989fa821def Add Wall to qsbr examples makefile Signed-off-by: Mathieu Desnoyers --- diff --git a/doc/examples/qsbr-minimal/Makefile b/doc/examples/qsbr-minimal/Makefile index 5fe65bc..79a6584 100644 --- a/doc/examples/qsbr-minimal/Makefile +++ b/doc/examples/qsbr-minimal/Makefile @@ -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