layers: Fix MSVS value truncation warning
authorDustin Graves <dustin@lunarg.com>
Wed, 6 Apr 2016 17:06:19 +0000 (11:06 -0600)
committerDustin Graves <dustin@lunarg.com>
Wed, 6 Apr 2016 18:03:51 +0000 (12:03 -0600)
commit60525386aa0ffc23edf68884c572ec47c79b3970
tree406dd7834adc7b20c6dd7cbc5c833483e1cc1143
parent8cfaf1beebcfc3bfcd26d060257b3339df25972d
layers: Fix MSVS value truncation warning

Changed the type of the string validation constants to from char to
uint8_t to fix warning C4309: 'initializing' : truncation of constant
value, due to an implicit unsgined char to signed char conversion.

Change-Id: I86cca4b1a8c3f818a2e7a9a7e38f05ee8cd01150
layers/vk_layer_utils.cpp