glsl/linker: Silence unused parameter warning
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 19 May 2016 19:06:55 +0000 (12:06 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 24 May 2016 18:04:05 +0000 (11:04 -0700)
commit78399cf17031ea8fe401769bb92a60b0ac7001ea
tree468e856a1e1c6d9f4a61c5a612e7bc12d0c086b6
parent2bb935be2e9f503a9d8ee88aebff782ec3473f70
glsl/linker: Silence unused parameter warning

The parameter is required for the interface.

glsl/link_uniforms.cpp:689:61: warning: unused parameter ‘record_type’ [-Wunused-parameter]
                             bool row_major, const glsl_type *record_type,
                                                             ^

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
src/compiler/glsl/link_uniforms.cpp