Disable msvc warning C4866: compiler may not enforce left-to-right evaluation
order for call to 'C++17 operator'. --HG-- branch : develop
This commit is contained in:
parent
5b41643d2d
commit
3c7cb2c9ac
|
@ -908,5 +908,6 @@ MSVC_DEBUG_CXXFLAGS += \
|
||||||
-wd4371 \
|
-wd4371 \
|
||||||
-wd4718 \
|
-wd4718 \
|
||||||
-wd4946 \
|
-wd4946 \
|
||||||
-wd4868 # compiler may not enforce left-to-right evaluation order in braced initializer list
|
-wd4868 \ # compiler may not enforce left-to-right evaluation order in braced initializer list
|
||||||
|
-wd4866 # compiler may not enforce left-to-right evaluation order for call to 'C++17 operator'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user