build: Fix potentially uninitialized VS2015 warning
authorJamie Madill <jmadill@chromium.org>
Wed, 15 Mar 2017 20:17:46 +0000 (16:17 -0400)
committerMark Lobodzinski <mark@lunarg.com>
Thu, 16 Mar 2017 14:40:05 +0000 (08:40 -0600)
commitb2ff6504b93a35375387fb01470bd20c0b0cec73
tree04a2b2115ba84b97df501cbe330a6234ac03317b
parent8ba558f477354c5271a7e87744bc0450282f8ce4
build: Fix potentially uninitialized VS2015 warning

This fixes the a few occurences in demos, the loader and a test.
It also adds the warning to the always-on list so it will prevent
future regressions.

Fixes #1587.

Change-Id: I26f69e977b57749a3ab4ddb548ada95384131edc
CMakeLists.txt
demos/cube.c
demos/cube.cpp
demos/smoke/ShellWin32.cpp
loader/loader.c