On 2025-04-14 09:05, Christian Hesse wrote:
... as the compiler complains:gzip.c: In function 'main': gzip.c:465:24: error: 'env_argc' may be used uninitialized [-Werror=maybe-uninitialized] 465 | optc = getopt_long (env_argc, env_argv, shortopts, longopts, | ^ gzip.c:413:9: note: 'env_argc' was declared here 413 | int env_argc;
Thanks for the (old) bug report, but this appears to be a false alarm from the compiler, and you can ignore the bug.
