demos/tests: Fix MSVS type warnings
authorDustin Graves <dustin@lunarg.com>
Wed, 6 Apr 2016 16:16:05 +0000 (10:16 -0600)
committerDustin Graves <dustin@lunarg.com>
Wed, 6 Apr 2016 18:03:51 +0000 (12:03 -0600)
commit8cfaf1beebcfc3bfcd26d060257b3339df25972d
treedbcec476c19c019b95e7d640fa64d2bfc8020e45
parent6eae0eb4a02dfb28c5e80c8f369f8defc648f9b7
demos/tests: Fix MSVS type warnings

Fixes the following MSVS warnings:
- C4800 - forcing value to bool 'true' or 'false'
- C4244 - conversion from type1 to type2, possible loss of data
- C4267 - conversion from size_t to type, possible loss of data

Change-Id: I78576c48c5d42e4c9116a83c5f4a4f4a5035e0fc
demos/smoke/Meshes.cpp
demos/smoke/ShellWin32.cpp
demos/smoke/Simulation.cpp
demos/smoke/Smoke.cpp