Skip to content

panfrost: Fix non-debug builds

Icecream95 requested to merge icecream95/mesa:fix-compile into master

For non-debug builds, where assertions are compiled out, GCC complains about the end of the non-void function panfrost_translate_channel_width being reached.

Merge request reports