mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
We can restore this warning now that Microsoft have fixed their <functional> header.
This commit is contained in:
committed by
Klaus Basan
parent
2ab2819867
commit
ee8518ef93
@@ -10,9 +10,6 @@ win32-msvc*:QMAKE_CXXFLAGS_WARN_ON *= /wd4351 /wd4661
|
|||||||
# elevated warnings
|
# elevated warnings
|
||||||
# win32-msvc*:QMAKE_CXXFLAGS_WARN_ON *= /Wall /wd4640 /wd4619 /wd4350 /wd4351 /wd4946 /wd4510 /wd4820 /wd4571 /wd4625 /wd4626 /wd4127
|
# 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
|
# gcc 5 can warn about missing override keyword
|
||||||
g++ {
|
g++ {
|
||||||
GCC_VERSION = $$system($$QMAKE_CXX -dumpversion)
|
GCC_VERSION = $$system($$QMAKE_CXX -dumpversion)
|
||||||
|
|||||||
Reference in New Issue
Block a user