treewide: fix some compiler warnings

This commit is contained in:
Wim Taymans 2026-05-27 16:29:17 +02:00
parent 61726f41d5
commit e41ba35139
4 changed files with 6 additions and 6 deletions

View file

@ -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;