Merge branch 'accurate' into portable

This commit is contained in:
Clownacy 2019-12-05 15:50:56 +00:00
commit fc68b772a8

View file

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