loader: Fix improper cast warning.
authorJamie Madill <jmadill@chromium.org>
Wed, 8 Nov 2017 19:48:32 +0000 (14:48 -0500)
committerMark Lobodzinski <mark@lunarg.com>
Mon, 27 Nov 2017 22:30:19 +0000 (15:30 -0700)
commit6d7a500f365ee90584222f3fe332ffd95d1f9c41
tree013c10d76dbf97ba0ad1974af1b6d01391c135ae
parent96f1de2a229a18f32e32d1c4197574e68a446a50
loader: Fix improper cast warning.

warning C4057: 'function': 'LPBYTE' differs in indirection to slightly different base types

This was popping up in some Windows builds. Also add it to the list
of warnings enabled by default with MSVS.

Change-Id: I2703f2e57ba3fb33ec03fbc7b8324c75187abec6
CMakeLists.txt
loader/loader.c