https://bugs.freedesktop.org/show_bug.cgi?id=104607 Timothy Arceri changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #3 from Timothy Arceri --- Fixed by: author Mauro Rossi commit 4d61eb80187cd8e5984eed94f2ae3c7d6c3b3aa0 (patch) ac: fix build error in si_shader assert() is replaced by unreachable(), to avoid following building error: external/mesa/src/gallium/drivers/radeonsi/si_shader.c:1967:1: error: control may reach end of non-void function [-Werror,-Wreturn-type] } ^ 1 error generated. Fixes: c797cd6 ("ac: add load_patch_vertices_in() to the abi") Reviewed-by: Bas Nieuwenhuizen Reviewed-by: Timothy Arceri -- You are receiving this mail because: You are the assignee for the bug.