| Summary: | coreutils/od_bloaty.c:1374:7: error: āiā 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, thanks |
Use of undeclared variable. When the DEBUG macro is enabled, the code bellow is compiled. However, there is no declaration of 'i'. coreutils/od_bloaty.c:1374:7: error: āiā undeclared (first use in this function) for (i = 0; i < G.n_specs; i++) { ^