public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1001503] New: Fix compiler warnings in infra/diag.cxx
@ 2012-03-01 23:12 bugzilla-daemon
  2012-03-02 16:24 ` [Bug 1001503] " bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-03-01 23:12 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=1001503

           Summary: Fix compiler warnings in infra/diag.cxx
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: enhancement
          Priority: low
         Component: Other
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: grant.b.edwards@gmail.com
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


Fix compiler warnings about variables that are set but never read.

-- 
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] 7+ messages in thread

* [Bug 1001503] Fix compiler warnings in infra/diag.cxx
  2012-03-01 23:12 [Bug 1001503] New: Fix compiler warnings in infra/diag.cxx bugzilla-daemon
@ 2012-03-02 16:24 ` bugzilla-daemon
  2012-03-03  4:33 ` bugzilla-daemon
  2012-03-06 17:35 ` bugzilla-daemon
  2 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-03-02 16:24 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=1001503

--- Comment #1 from Grant Edwards <grant.b.edwards@gmail.com> 2012-03-02 16:23:52 GMT ---
Created an attachment (id=1604)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1604)
Patch to fix compiler warnings

-- 
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] 7+ messages in thread

* [Bug 1001503] Fix compiler warnings in infra/diag.cxx
  2012-03-01 23:12 [Bug 1001503] New: Fix compiler warnings in infra/diag.cxx bugzilla-daemon
  2012-03-02 16:24 ` [Bug 1001503] " bugzilla-daemon
@ 2012-03-03  4:33 ` bugzilla-daemon
  2012-03-06 17:35 ` bugzilla-daemon
  2 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-03-03  4:33 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=1001503

Jonathan Larmour <jifl@ecoscentric.com> changed:

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

--- Comment #2 from Jonathan Larmour <jifl@ecoscentric.com> 2012-03-03 04:32:48 GMT ---
This is all fine. Please commit, albeit with the newline after the ChangeLog
header.

Thanks!

Jifl

-- 
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] 7+ messages in thread

* [Bug 1001503] Fix compiler warnings in infra/diag.cxx
  2012-03-01 23:12 [Bug 1001503] New: Fix compiler warnings in infra/diag.cxx bugzilla-daemon
  2012-03-02 16:24 ` [Bug 1001503] " bugzilla-daemon
  2012-03-03  4:33 ` bugzilla-daemon
@ 2012-03-06 17:35 ` bugzilla-daemon
  2 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-03-06 17:35 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=1001503

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

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

--- Comment #3 from Grant Edwards <grant.b.edwards@gmail.com> 2012-03-06 17:35:27 GMT ---
Committed:

Checking in ChangeLog;
/cvs/ecos/ecos/packages/infra/current/ChangeLog,v  <--  ChangeLog
new revision: 1.70; previous revision: 1.69
done
Checking in src/diag.cxx;
/cvs/ecos/ecos/packages/infra/current/src/diag.cxx,v  <--  diag.cxx
new revision: 1.26; previous revision: 1.25
done

-- 
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] 7+ messages in thread

* [Bug 1001503] Fix compiler warnings in infra/diag.cxx
  2012-03-01 23:12 [Bug 1001503] New: " bugzilla-daemon
  2012-03-02 16:24 ` [Bug 1001503] " bugzilla-daemon
  2012-03-03  4:33 ` bugzilla-daemon
@ 2012-03-06 17:35 ` bugzilla-daemon
  2 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-03-06 17:35 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=1001503

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

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

--- Comment #3 from Grant Edwards <grant.b.edwards@gmail.com> 2012-03-06 17:35:27 GMT ---
Committed:

Checking in ChangeLog;
/cvs/ecos/ecos/packages/infra/current/ChangeLog,v  <--  ChangeLog
new revision: 1.70; previous revision: 1.69
done
Checking in src/diag.cxx;
/cvs/ecos/ecos/packages/infra/current/src/diag.cxx,v  <--  diag.cxx
new revision: 1.26; previous revision: 1.25
done

-- 
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] 7+ messages in thread

* [Bug 1001503] Fix compiler warnings in infra/diag.cxx
  2012-03-01 23:12 [Bug 1001503] New: " bugzilla-daemon
  2012-03-02 16:24 ` [Bug 1001503] " bugzilla-daemon
@ 2012-03-03  4:33 ` bugzilla-daemon
  2012-03-06 17:35 ` bugzilla-daemon
  2 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-03-03  4:33 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=1001503

Jonathan Larmour <jifl@ecoscentric.com> changed:

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

--- Comment #2 from Jonathan Larmour <jifl@ecoscentric.com> 2012-03-03 04:32:48 GMT ---
This is all fine. Please commit, albeit with the newline after the ChangeLog
header.

Thanks!

Jifl

-- 
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] 7+ messages in thread

* [Bug 1001503] Fix compiler warnings in infra/diag.cxx
  2012-03-01 23:12 [Bug 1001503] New: " bugzilla-daemon
@ 2012-03-02 16:24 ` bugzilla-daemon
  2012-03-03  4:33 ` bugzilla-daemon
  2012-03-06 17:35 ` bugzilla-daemon
  2 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2012-03-02 16:24 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=1001503

--- Comment #1 from Grant Edwards <grant.b.edwards@gmail.com> 2012-03-02 16:23:52 GMT ---
Created an attachment (id=1604)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1604)
Patch to fix compiler warnings

-- 
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] 7+ messages in thread

end of thread, other threads:[~2012-03-06 17:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-01 23:12 [Bug 1001503] New: Fix compiler warnings in infra/diag.cxx bugzilla-daemon
2012-03-02 16:24 ` [Bug 1001503] " bugzilla-daemon
2012-03-03  4:33 ` bugzilla-daemon
2012-03-06 17:35 ` bugzilla-daemon
2012-03-01 23:12 [Bug 1001503] New: " bugzilla-daemon
2012-03-02 16:24 ` [Bug 1001503] " bugzilla-daemon
2012-03-03  4:33 ` bugzilla-daemon
2012-03-06 17:35 ` 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).