ref: 33d734cb17cd553f3d93b648890338501d38e5f7
parent: d5099a094ba96568a2e514bafa657c85de0c6306
author: Gabriel Ravier <gabravier@gmail.com>
date: Fri Nov 1 11:07:29 EDT 2019
Use $(warning message) instead of e@cho Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@
# 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
--
⑨