GCC warning.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2017-03-17 17:28:23 +02:00
parent 72e473553d
commit f14447087d

View File

@ -22,6 +22,11 @@ unix {
QMAKE_LFLAGS += -fsanitize=address
}
}
# -isystem key works only for headers. In some cases it's not enough. But we can't delete this warnings and
# want them in global list. Compromise decision delete them from local list.
QMAKE_CXXFLAGS -= \
-Wswitch-default
}
clang*{