Increase compiler warnings and fix them

This commit is contained in:
Andreas Eversberg
2024-04-05 21:51:41 +02:00
parent 470fc49341
commit 6e2fd793ac
123 changed files with 231 additions and 168 deletions
+1 -1
View File
@@ -396,7 +396,7 @@ again:
}
}
const char *bnetz_dsp_mode_name(enum dsp_mode mode)
static const char *bnetz_dsp_mode_name(enum dsp_mode mode)
{
static char invalid[16];