mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
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:
parent
ee2e01c0ef
commit
ec5af409a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue