glsl: use empty brace initializer
authorTapani Pälli <tapani.palli@intel.com>
Tue, 23 Apr 2019 11:31:44 +0000 (14:31 +0300)
committerKristian H. Kristensen <hoegsberg@google.com>
Fri, 26 Apr 2019 19:24:41 +0000 (12:24 -0700)
commitaf06963d245557d62d78192a7a78b5d610bbf0e9
treeef6684503bedeab1b2993114277a17240ad72579
parent976004d0e70757a0b57707e419677acb71c054c5
glsl: use empty brace initializer

fixes following warning with clang:
   warning: suggest braces around initialization of subobject

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
src/compiler/glsl/link_varyings.cpp