glsl: Fix missing-braces warning.
authorVinson Lee <vlee@freedesktop.org>
Tue, 14 Feb 2017 01:52:59 +0000 (17:52 -0800)
committerVinson Lee <vlee@freedesktop.org>
Sat, 25 Feb 2017 00:04:06 +0000 (16:04 -0800)
commitc3f9540a0cee99b0fcaf1f17d485e669c1e293e0
treed85e8310a00db102977e69250e1bcba3626b7fa7
parentc7878b0167bb7e652973c208e172b93c00956a1c
glsl: Fix missing-braces warning.

  CXX    glsl/ast_to_hir.lo
glsl/ast_to_hir.cpp: In member function 'virtual ir_rvalue* ast_declarator_list::hir(exec_list*, _mesa_glsl_parse_state*)':
glsl/ast_to_hir.cpp:4846:42: warning: missing braces around initializer for 'unsigned int [16]' [-Wmissing-braces]

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Andres Gomez <agomez@igalia.com>
src/compiler/glsl/ast_to_hir.cpp