Makefile warning cleanup

The escape character seems to be unneeded.
This commit is contained in:
Clownacy 2019-12-05 16:05:56 +00:00
parent cb494f8f35
commit a0d11aee3c

View file

@ -55,7 +55,7 @@ ifeq ($(WARNINGS_ALL), 1)
# Use clang-specific flag -Weverything # Use clang-specific flag -Weverything
ALL_CXXFLAGS += -Weverything ALL_CXXFLAGS += -Weverything
else else
$(warning Couldn\'t activate all warnings (Unsupported compiler)) $(warning Couldn't activate all warnings (unsupported compiler))
endif endif
endif endif