summaryrefslogtreecommitdiffstats
path: root/src/mesa
diff options
context:
space:
mode:
authorKai Wasserbäch <[email protected]>2019-09-28 18:55:32 +0200
committerTimothy Arceri <[email protected]>2019-11-07 11:32:55 +1100
commit4f8cc032b71630e3a92b3e5de875e2126cc93fab (patch)
tree0be7fb4acf59af95afd3e474918b660d405c9e85 /src/mesa
parent8aa4d0bff65de73a712063bb8b3853919300f925 (diff)
nir: fix unused variable warning in find_and_update_previous_uniform_storage
This commit fixes the following warning: ../src/compiler/glsl/gl_nir_link_uniforms.c: In function ‘find_and_update_previous_uniform_storage’: ../src/compiler/glsl/gl_nir_link_uniforms.c:166:16: warning: unused variable ‘num_blks’ [-Wunused-variable] 166 | unsigned num_blks = nir_variable_is_in_ubo(var) ? | ^~~~~~~~ Signed-off-by: Kai Wasserbäch <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa')
0 files changed, 0 insertions, 0 deletions