Bug 10681

Summary: error: ‘verbose’ undeclared (first use in this function)
Product: Busybox Reporter: larissanadja
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description larissanadja 2018-01-24 14:31:28 UTC
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; }
Comment 1 Denys Vlasenko 2018-01-25 23:22:12 UTC
Fixed in git