Attempt to fix Travis-CI build

Signed-off-by: Gabriel Ravier <gabravier@gmail.com>
This commit is contained in:
Gabriel Ravier 2019-11-01 14:21:39 +01:00
parent bc448d0de6
commit d5099a094b

View file

@ -48,7 +48,7 @@ ifeq ($(WARNINGS), 1)
endif
ifeq ($(ALL_WARNINGS), 1)
ifneq ($(findstring clang,$(CXX)))
ifneq ($(findstring clang,$(CXX)),)
# Use clang-specific flag -Weverything
CXXFLAGS += -Weverything
else