Skip to content

nir: fix compilation warning on glsl_get_internal_ifc_packing

Tapani Pälli requested to merge tpalli/mesa:fix-trivial-warning into master

Removes following warning: warning: 'const' type qualifier on return type has no effect

(there are boatloads of these during android build)

Merge request reports