mirror of
https://github.com/google/liblc3.git
synced 2026-04-30 18:48:02 +00:00
cosmetic: Warning may be used initialized with GCC 12.2
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user