https://bugs.kde.org/show_bug.cgi?id=479117

            Bug ID: 479117
           Summary: coregrind/m_debuginfo/readelf.c:1977: variable set but
                    not used
    Classification: Developer tools
           Product: valgrind
           Version: unspecified
          Platform: Compiled Sources
                OS: Linux
            Status: REPORTED
          Severity: minor
          Priority: NOR
         Component: general
          Assignee: jsew...@acm.org
          Reporter: dcb...@hotmail.com
  Target Milestone: ---

A build of today's git head produces this:

m_debuginfo/readelf.c:1977:12: warning: variable ‘has_nonempty_rw’ set but not
used [-Wunused-but-set-variable]

A quick check on the variable:

$ grep has_nonempty_rw coregrind/m_debuginfo/readelf.c
      Bool has_nonempty_rw = False;
            has_nonempty_rw = True;
$ 

Maybe some development work in progress or a candidate for deletion.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to