anv: silence compiler warnings

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6146
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15387>
This commit is contained in:
Lionel Landwerlin
2022-03-14 22:38:45 +02:00
committed by Marge Bot
parent 2221e3d487
commit a54f5e8e00
2 changed files with 4 additions and 4 deletions

View File

@@ -618,7 +618,7 @@ void anv_CmdBindPipeline(
}
default:
assert(!"invalid bind point");
unreachable("invalid bind point");
break;
}