diff options
author | Kai Wasserbäch <[email protected]> | 2019-09-28 18:55:32 +0200 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2019-11-07 11:32:55 +1100 |
commit | 4f8cc032b71630e3a92b3e5de875e2126cc93fab (patch) | |
tree | 0be7fb4acf59af95afd3e474918b660d405c9e85 /src/mesa | |
parent | 8aa4d0bff65de73a712063bb8b3853919300f925 (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