From a0d11aee3c0a6d3df7cc379cc6fb283d2b828a96 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Thu, 5 Dec 2019 16:05:56 +0000 Subject: [PATCH] Makefile warning cleanup The escape character seems to be unneeded. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cc7c6467..d294db67 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,7 @@ ifeq ($(WARNINGS_ALL), 1) # Use clang-specific flag -Weverything ALL_CXXFLAGS += -Weverything else - $(warning Couldn\'t activate all warnings (Unsupported compiler)) + $(warning Couldn't activate all warnings (unsupported compiler)) endif endif