[Bug 10666] New: coreutils/od_bloaty.c:1374:7: error: ‘i’ undeclared (first use in this function)

bugzilla at busybox.net bugzilla at busybox.net
Mon Jan 22 14:09:59 UTC 2018


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

            Bug ID: 10666
           Summary: coreutils/od_bloaty.c:1374:7: error: ‘i’ 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.

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++) {
       ^

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


More information about the busybox-cvs mailing list