summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f9984cf8a..d2dc18e3ba 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,6 @@ TOUCHPAD_FW ?=
# If TEST_FUZZ is set make sure at least one sanitizer is enabled.
ifeq ($(TEST_FUZZ)_$(TEST_ASAN)$(TEST_MSAN)$(TEST_UBSAN),y_)
-$(warning No sanitizer was specified defaulting to address sanitization.)
override TEST_ASAN:=y
endif