Commit e3ba0d7d by Yuly Novikov Committed by Commit Bot

Disable 'nodiscard' warning on MSVC for dEQP.

Bug: angleproject:4358 Change-Id: I774b4ba442e27935a676f2ce82356e8c77a0db27 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2024334 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 4a8fa19f
...@@ -543,6 +543,7 @@ if (build_angle_deqp_tests && !is_fuchsia) { ...@@ -543,6 +543,7 @@ if (build_angle_deqp_tests && !is_fuchsia) {
"/wd4701", # potentially uninit used "/wd4701", # potentially uninit used
"/wd4702", # unreachable code "/wd4702", # unreachable code
"/wd4706", # assignment within conditional expression "/wd4706", # assignment within conditional expression
"/wd4834", # discarding return value of function with 'nodiscard' attribute
"/wd4838", # conversion requires a narrowing conversion "/wd4838", # conversion requires a narrowing conversion
"/wd4996", # deprecated "/wd4996", # deprecated
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment