spirv: mark function unused
It is unused, but seems relevant to keep around. Fixes a clang warning about unused static inlined functions. Reviewed-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Yonggang Luo <luoyonggang@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18800>
This commit is contained in:

committed by
Marge Bot

parent
ee2e01c0ef
commit
ec5af409a5
@@ -389,7 +389,7 @@ vtn_cf_node_find_##_type(struct vtn_cf_node *node) \
|
||||
return (struct vtn_##_type *)node; \
|
||||
}
|
||||
|
||||
VTN_DECL_CF_NODE_FIND(if)
|
||||
UNUSED VTN_DECL_CF_NODE_FIND(if)
|
||||
VTN_DECL_CF_NODE_FIND(loop)
|
||||
VTN_DECL_CF_NODE_FIND(case)
|
||||
VTN_DECL_CF_NODE_FIND(switch)
|
||||
|
Reference in New Issue
Block a user