Add parenthesis at end of comment

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-11-01 15:40:13 +01:00
parent 6136911976
commit f015ebec79

View file

@ -52,7 +52,7 @@ ifeq ($(ALL_WARNINGS), 1)
# Use clang-specific flag -Weverything
CXXFLAGS += -Weverything
else
# This is indented with spaces because otherwise it doesn't compile (make doesn't like tabs there for some reason
# This is indented with spaces because otherwise it doesn't compile (make doesn't like tabs there for some reason)
$(warning Couldn\'t activate all warnings (Unsupported compiler))
endif
endif