mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-30 21:37:53 -04:00
treewide: fix some compiler warnings
This commit is contained in:
parent
61726f41d5
commit
e41ba35139
4 changed files with 6 additions and 6 deletions
|
|
@ -73,9 +73,9 @@ impl_log_logtv(void *object,
|
|||
char timestamp[18] = {0};
|
||||
char topicstr[32] = {0};
|
||||
char filename[64] = {0};
|
||||
char location[1000 + RESERVED_LENGTH], *p, *s;
|
||||
char location[1000 + RESERVED_LENGTH], *p;
|
||||
static const char * const levels[] = { "-", "E", "W", "I", "D", "T", "*T*" };
|
||||
const char *prefix = "", *suffix = "";
|
||||
const char *prefix = "", *suffix = "", *s;
|
||||
int size, len;
|
||||
bool do_trace;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue