Suppress VC++ 2017 signed/unsigned warning
authorBruce Dawson <brucedawson@google.com>
Tue, 24 Jan 2017 05:48:04 +0000 (21:48 -0800)
committerMark Lobodzinski <mark@lunarg.com>
Wed, 25 Jan 2017 02:34:41 +0000 (19:34 -0700)
commit816f2e5e0d52b201f396a01992ff6197cf48dc72
tree632c54c56a9bbf809bc8afc922d6cccdef01c554
parentfff9f5e41149c9eb36912e47aa73bf68de089e35
Suppress VC++ 2017 signed/unsigned warning

When building Chrome with VC++ 2017 there is one warning, from passing
an int to a call to std::vector<uint32_t>::find. This change adds a cast
to avoid that warning, thus fixing issue #1395.
layers/core_validation.cpp