Skip to content

mesa/ffvs: use unreachable instead of assert

Erik Faye-Lund requested to merge kusma/mesa:ffvs-unreachable into main

mesa/ffvs: use unreachable instead of assert

Otherwise I trigger a compiler warning here about a potentially unwritten variable. Let's just make it clear to the compiler what's going on.

Merge request reports