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
|
# 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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue