Ignore Spectre mitigation warning.
VS2017 has added a new warning that indicates where Spectre mitigation code would be inserted if /Qspectre were specified. --HG-- branch : release
This commit is contained in:
parent
ecc952d235
commit
9ab6b4b842
|
@ -831,6 +831,7 @@ MSVC_DEBUG_CXXFLAGS += \
|
||||||
# standard library headers, so it's impractical to leave them on.
|
# standard library headers, so it's impractical to leave them on.
|
||||||
-wd4619 \ # there is no warning number 'XXXX'
|
-wd4619 \ # there is no warning number 'XXXX'
|
||||||
-wd4668 \ # XXX is not defined as a preprocessor macro
|
-wd4668 \ # XXX is not defined as a preprocessor macro
|
||||||
|
-wd5045 \ # Compiler will insert Spectre mitigation for memory load if /Qspectre switch specified
|
||||||
# Because Microsoft doesn't provide a way to suppress warnings in headers we will suppress
|
# Because Microsoft doesn't provide a way to suppress warnings in headers we will suppress
|
||||||
# all warnings we meet in headers globally
|
# all warnings we meet in headers globally
|
||||||
-wd4548 \
|
-wd4548 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user