Use $(warning message) instead of e@cho

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-11-01 15:07:29 +01:00
parent d5099a094b
commit 33d734cb17

View file

@ -52,7 +52,7 @@ ifeq ($(ALL_WARNINGS), 1)
# Use clang-specific flag -Weverything
CXXFLAGS += -Weverything
else
@echo Couldn\'t activate all warnings (Unsupported compiler)
$(warning Couldn\'t activate all warnings (Unsupported compiler))
endif
endif