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

bugzilla at busybox.net bugzilla at busybox.net
Wed Jan 24 14:31:28 UTC 2018


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

            Bug ID: 10681
           Summary: error: ‘verbose’ 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, 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; }

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


More information about the busybox-cvs mailing list