build: Cleanup warnings when compiling with clang
authorKarl Schultz <karl@lunarg.com>
Thu, 29 Dec 2016 22:59:06 +0000 (15:59 -0700)
committerKarl Schultz <karl@lunarg.com>
Wed, 4 Jan 2017 15:11:32 +0000 (08:11 -0700)
commit3fd7b56f581e8ff20eec82b776d11aa365ccf803
tree5adbb7841911b9f270d2a3cc0ccbfd089432bd44
parent0f3b6b868dde8bebc6ffb7646db21c122e44c46b
build: Cleanup warnings when compiling with clang

Travis-CI is building this repo with gcc and clang.
This commit fixes warnings reported by clang but not by gcc.
All the fixes involved adding an extra set of braces in
initializers.

Change-Id: I88e7841d9ab13afe2e45362b8f85261863d5b7fa
demos/cube.cpp
demos/smoke/Meshes.cpp
demos/smoke/Simulation.cpp
demos/smoke/Smoke.cpp
libs/vkjson/vkjson_unittest.cc