cosmetic: Warning may be used initialized with GCC 12.2

This commit is contained in:
Antoine Soulier
2023-02-15 15:37:24 -08:00
parent 22c2d3969e
commit afb786c0d8
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ static struct parameters parse_args(int argc, char *argv[])
error(EINVAL, "Option %s", arg);
char opt = arg[1];
const char *optarg;
const char *optarg = NULL;
switch (opt) {
case 'b': case 'r':