Makefile warning cleanup
The escape character seems to be unneeded.
This commit is contained in:
parent
cb494f8f35
commit
a0d11aee3c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue