| Summary: | error: ‘verbose’ undeclared (first use in this function) | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | larissanadja |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
Fixed in git |
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; }