mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
glsl: add static qualifier to silence warning
This commit is contained in:
parent
b6bca28113
commit
a5c0969087
2 changed files with 2 additions and 2 deletions
|
|
@ -3154,7 +3154,7 @@ _token_list_trim_trailing_space (token_list_t *list)
|
|||
}
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
_token_list_is_empty_ignoring_space (token_list_t *l)
|
||||
{
|
||||
token_node_t *n;
|
||||
|
|
|
|||
|
|
@ -829,7 +829,7 @@ _token_list_trim_trailing_space (token_list_t *list)
|
|||
}
|
||||
}
|
||||
|
||||
int
|
||||
static int
|
||||
_token_list_is_empty_ignoring_space (token_list_t *l)
|
||||
{
|
||||
token_node_t *n;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue