mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
treewide: mark some functions static
These were found by enabling the "missing-declarations" warning.
This commit is contained in:
parent
ab6ff1bcde
commit
8c17a6626d
14 changed files with 27 additions and 29 deletions
|
|
@ -39,7 +39,7 @@ struct impl {
|
|||
uint32_t vm_type;
|
||||
};
|
||||
|
||||
char *spa_cpu_read_file(const char *name, char *buffer, size_t len)
|
||||
static char *spa_cpu_read_file(const char *name, char *buffer, size_t len)
|
||||
{
|
||||
int n, fd;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue