public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1001511] New: services/memalloc/common: Fix compiler warnings about set but unreferenced variables.
@ 2012-03-02 22:26 bugzilla-daemon
  2012-03-03  3:47 ` [Bug 1001511] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-03-02 22:26 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001511

           Summary: services/memalloc/common: Fix compiler warnings about
                    set but unreferenced variables.
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: enhancement
          Priority: low
         Component: C library
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: grant.b.edwards@gmail.com
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


Created an attachment (id=1611)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1611)
Patch to fix compiler warnings about set-but-unreferenced variables.

Fix compiler warnings about variables that are set but never
referenced unless asserts or tracing are enabled.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1001511] services/memalloc/common: Fix compiler warnings about set but unreferenced variables.
  2012-03-02 22:26 [Bug 1001511] New: services/memalloc/common: Fix compiler warnings about set but unreferenced variables bugzilla-daemon
@ 2012-03-03  3:47 ` bugzilla-daemon
  2012-03-06 19:38 ` bugzilla-daemon
  2012-06-16  1:18 ` bugzilla-daemon
  2 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-03-03  3:47 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001511

Jonathan Larmour <jifl@ecoscentric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #1611|                            |assignment+, review+
               Flag|                            |

--- Comment #1 from Jonathan Larmour <jifl@ecoscentric.com> 2012-03-03 03:47:25 GMT ---
(From update of attachment 1611)
This is fine, check it in.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1001511] services/memalloc/common: Fix compiler warnings about set but unreferenced variables.
  2012-03-02 22:26 [Bug 1001511] New: services/memalloc/common: Fix compiler warnings about set but unreferenced variables bugzilla-daemon
  2012-03-03  3:47 ` [Bug 1001511] " bugzilla-daemon
@ 2012-03-06 19:38 ` bugzilla-daemon
  2012-06-16  1:18 ` bugzilla-daemon
  2 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-03-06 19:38 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001511

Grant Edwards <grant.b.edwards@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |NEXTRELEASE

--- Comment #2 from Grant Edwards <grant.b.edwards@gmail.com> 2012-03-06 19:38:13 GMT ---
Committed changes:

/cvs/ecos/ecos/packages/services/memalloc/common/current/ChangeLog,v  <-- 
ChangeLog
new revision: 1.52; previous revision: 1.51

/cvs/ecos/ecos/packages/services/memalloc/common/current/src/kapi.cxx,v  <-- 
kapi.cxx
new revision: 1.6; previous revision: 1.5

/cvs/ecos/ecos/packages/services/memalloc/common/current/src/malloc.cxx,v  <-- 
malloc.cxx
new revision: 1.11; previous revision: 1.10

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1001511] services/memalloc/common: Fix compiler warnings about set but unreferenced variables.
  2012-03-02 22:26 [Bug 1001511] New: services/memalloc/common: Fix compiler warnings about set but unreferenced variables bugzilla-daemon
  2012-03-03  3:47 ` [Bug 1001511] " bugzilla-daemon
  2012-03-06 19:38 ` bugzilla-daemon
@ 2012-06-16  1:18 ` bugzilla-daemon
  2 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-06-16  1:18 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001511

Jonathan Larmour <jifl@ecoscentric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jifl@ecoscentric.com

--- Comment #4 from Jonathan Larmour <jifl@ecoscentric.com> 2012-06-16 02:18:23 BST ---
Thanks Bernard, I've applied your patch.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1001511] New: services/memalloc/common: Fix compiler warnings about set but unreferenced variables.
@ 2012-03-02 22:26 bugzilla-daemon
  0 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-03-02 22:26 UTC (permalink / raw)
  To: unassigned

Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001511

           Summary: services/memalloc/common: Fix compiler warnings about
                    set but unreferenced variables.
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: enhancement
          Priority: low
         Component: C library
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: grant.b.edwards@gmail.com
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


Created an attachment (id=1611)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1611)
Patch to fix compiler warnings about set-but-unreferenced variables.

Fix compiler warnings about variables that are set but never
referenced unless asserts or tracing are enabled.

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-06-16  1:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-02 22:26 [Bug 1001511] New: services/memalloc/common: Fix compiler warnings about set but unreferenced variables bugzilla-daemon
2012-03-03  3:47 ` [Bug 1001511] " bugzilla-daemon
2012-03-06 19:38 ` bugzilla-daemon
2012-06-16  1:18 ` bugzilla-daemon
  -- strict thread matches above, loose matches on Subject: below --
2012-03-02 22:26 [Bug 1001511] New: " bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).