mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
refs #403 disable MSVC warning C4661
Warning text: "no suitable definition provided for explicit template instantiation request". We know what we are doing so it is safe to ignore this warning.
This commit is contained in:
@@ -101,7 +101,7 @@ win32-msvc*:DEFINES *= _SCL_SECURE_NO_WARNINGS
|
|||||||
# win32-g++: QMAKE_CXXFLAGS += $$join(QMAKE_INCDIR_QT, " -isystem", "-isystem")
|
# win32-g++: QMAKE_CXXFLAGS += $$join(QMAKE_INCDIR_QT, " -isystem", "-isystem")
|
||||||
|
|
||||||
# swift standard warnings
|
# swift standard warnings
|
||||||
win32-msvc*:QMAKE_CXXFLAGS_WARN_ON *= /wd4351
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user