Commit fd00ccff by Austin Kinross Committed by Geoff Lang

Disable some VS2015 warnings for dEQP projects

Change-Id: I036084b2fea20d4f1712bc34b161fb3be604af0d Reviewed-on: https://chromium-review.googlesource.com/293009Tested-by: 's avatarAustin Kinross <aukinros@microsoft.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 0020426e
......@@ -12,10 +12,12 @@
'deqp_msvs_disabled_warnings':
[
'4091', # typedef ignored when no variable is declared
'4100',
'4127', # conditional expression constant
'4244', # possible loss of data
'4245', # argument signed/unsigned mismatch
'4297', # function assumed not to throw an exception but does
'4389', # signed/unsigned mismatch
'4510', # default constructor could not be generated
'4512',
......@@ -24,6 +26,7 @@
'4701', # potentially uninit used
'4702', # unreachable code
'4706',
'4838', # conversion requires a narrowing conversion
'4996', # deprecated
],
'deqp_defines':
......
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