[Bug 10691] New: error: ‘spec’ undeclared (first use in this function)

bugzilla at busybox.net bugzilla at busybox.net
Fri Jan 26 13:03:16 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=10691

            Bug ID: 10691
           Summary: error: ‘spec’ undeclared (first use in this function)
           Product: Busybox
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at busybox.net
          Reporter: larissanadja at gmail.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

Use of undeclared variable

The code bellow is compiled when the macro DEBUG is enabled. However, the
variable 'spec' is undeclared. 

coreutils/od_bloaty.c:1376:7: error: ‘spec’ undeclared (first use in this
function)
    i, spec[i].fmt_string, width_bytes[spec[i].size]);

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list