summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d701acb..57ceecd 100755
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ load:
test/%: test/%.c kmod/cachepc_user.h
# $(CC) -o $@ $< -I kmod
- clang -fsanitize=address -o $@ $< -I kmod
+ clang -fsanitize=address -o $@ $< -I kmod -Wunused-variable
update:
git -C $(KERNEL_SOURCE) diff > patch.diff