mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 20:00:11 +01:00
glsl: annotate ast_process_struct_or_iface_block_members() as static
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com> Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
This commit is contained in:
parent
0119773ffc
commit
c704b89fe4
1 changed files with 1 additions and 1 deletions
|
|
@ -6169,7 +6169,7 @@ ast_type_specifier::hir(exec_list *instructions,
|
|||
* The number of fields processed. A pointer to the array structure fields is
|
||||
* stored in \c *fields_ret.
|
||||
*/
|
||||
unsigned
|
||||
static unsigned
|
||||
ast_process_struct_or_iface_block_members(exec_list *instructions,
|
||||
struct _mesa_glsl_parse_state *state,
|
||||
exec_list *declarations,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue