OSDN Git Service

Fix Visual Studio warning treated as error.
authorNicolas Capens <capn@google.com>
Tue, 31 Oct 2017 19:36:55 +0000 (15:36 -0400)
committerNicolas Capens <nicolascapens@google.com>
Tue, 31 Oct 2017 20:24:47 +0000 (20:24 +0000)
commitf9fd0d9b0492428058eff0ae3151b9c08be94151
tree5109aaa62601f748fee0da3fe999c92f19bb7e62
parent3e2b10936c5304477fdadfa233671738008fe154
Fix Visual Studio warning treated as error.

Was an implicit narrowing from size_t (64-bit) to unsigned int (32-bit).

Change-Id: I9726d70370d97da1bae2652bbce9db929179a292
Reviewed-on: https://swiftshader-review.googlesource.com/13469
Tested-by: Nicolas Capens <nicolascapens@google.com>
Reviewed-by: Alexis Hétu <sugoi@google.com>
src/OpenGL/libGLESv2/IndexDataManager.cpp