windows: Fix various warnings
authorCody Northrop <cody@lunarg.com>
Wed, 5 Aug 2015 17:15:02 +0000 (11:15 -0600)
committerTony Barbour <tony@LunarG.com>
Thu, 6 Aug 2015 21:40:28 +0000 (15:40 -0600)
commit498a522435c8b2572770bd1d07fa9b55b24c5314
treeda428d14c0a98f2616c8a740e8549ae83f6e0313
parente61a6c0642eef1b4892093d5b7a413574139cc4c
windows: Fix various warnings

Categories include:
 ASSERT_TRUE(int) changed to ASSERT_TRUE(0 != int)
 Change uint32_t to DeviceSize
 Stop adding with bools
 Add some explicit casting
 Remove unreferenced variables
 Add 'f' suffix to float literals

Conflicts:
tests/vkrenderframework.cpp
layers/screenshot.cpp