Use of undeclared variable When the DEBUG macro is enabled, the code bellow is compiled. However, the verbose variable is not declared. archival/gzip.c:119:26: error: ‘verbose’ undeclared (first use in this function) # define Tracev(x) {if (verbose) fprintf x; }
Fixed in git