From ca8a68122132f6727f88b000b3db4989fa821def Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 3 Jun 2013 16:25:35 -0400 Subject: [PATCH] Add Wall to qsbr examples makefile Signed-off-by: Mathieu Desnoyers --- doc/examples/qsbr-minimal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1