Suppress MSVC warning about unused variable.
authorJamie Madill <jmadill@chromium.org>
Mon, 18 Mar 2019 15:38:53 +0000 (11:38 -0400)
committerJamie Madill <jmadill@chromium.org>
Mon, 18 Mar 2019 15:38:53 +0000 (11:38 -0400)
commit099a80dd762afd01d69fa0422f3ff21a06dcf111
tree1ca3e2dbedf1aea1c28459514c8be850499c230d
parent40c16ec0b3ad03fc170f1369a58e7bbe662d82cd
Suppress MSVC warning about unused variable.

One variable was only used in an 'assert' call. MSVC flagged this
as unused in Release. Suppress the warning and also add a static
cast to void so the variable becomes referenced.
BUILD.gn
SPIRV/SpvPostProcess.cpp