We can restore this warning now that Microsoft have fixed their <functional> header.

This commit is contained in:
Mathew Sutcliffe
2016-11-08 01:49:01 +00:00
committed by Klaus Basan
parent 2ab2819867
commit ee8518ef93

View File

@@ -10,9 +10,6 @@ win32-msvc*:QMAKE_CXXFLAGS_WARN_ON *= /wd4351 /wd4661
# elevated warnings
# win32-msvc*:QMAKE_CXXFLAGS_WARN_ON *= /Wall /wd4640 /wd4619 /wd4350 /wd4351 /wd4946 /wd4510 /wd4820 /wd4571 /wd4625 /wd4626 /wd4127
# noisy warning in std <functional> header of MSVC2015 (QTBUG-50108)
win32-msvc2015:QMAKE_CXXFLAGS_WARN_ON -= -w34100
# gcc 5 can warn about missing override keyword
g++ {
GCC_VERSION = $$system($$QMAKE_CXX -dumpversion)