public inbox for ecos-patches@sourceware.org
 help / color / mirror / Atom feed
* [Bug 1001516] Fix compiler warning about variable that is set but not referenced.
       [not found] <bug-1001516-104@http.bugs.ecos.sourceware.org/>
@ 2012-03-09 17:54 ` bugzilla-daemon
  2012-03-13 14:19 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-03-09 17:54 UTC (permalink / raw)
  To: ecos-patches

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ecos-patches@ecos.sourcewar
                   |                            |e.org
          Component|TCP/IP                      |Patches and contributions

-- 
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 1001516] Fix compiler warning about variable that is set but not referenced.
       [not found] <bug-1001516-104@http.bugs.ecos.sourceware.org/>
  2012-03-09 17:54 ` [Bug 1001516] Fix compiler warning about variable that is set but not referenced bugzilla-daemon
@ 2012-03-13 14:19 ` bugzilla-daemon
  2012-03-13 14:29 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-03-13 14:19 UTC (permalink / raw)
  To: ecos-patches

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

--- Comment #1 from Grant Edwards <grant.b.edwards@gmail.com> 2012-03-13 14:19:25 GMT ---
OK to commit this?

-- 
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 1001516] Fix compiler warning about variable that is set but not referenced.
       [not found] <bug-1001516-104@http.bugs.ecos.sourceware.org/>
  2012-03-09 17:54 ` [Bug 1001516] Fix compiler warning about variable that is set but not referenced bugzilla-daemon
  2012-03-13 14:19 ` bugzilla-daemon
@ 2012-03-13 14:29 ` bugzilla-daemon
  2012-03-13 14:47 ` bugzilla-daemon
  2012-03-13 14:52 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-03-13 14:29 UTC (permalink / raw)
  To: ecos-patches

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

Jonathan Larmour <jifl@ecoscentric.com> changed:

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

--- Comment #2 from Jonathan Larmour <jifl@ecoscentric.com> 2012-03-13 14:29:41 GMT ---
Yes, commit this, thanks!

-- 
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 1001516] Fix compiler warning about variable that is set but not referenced.
       [not found] <bug-1001516-104@http.bugs.ecos.sourceware.org/>
                   ` (2 preceding siblings ...)
  2012-03-13 14:29 ` bugzilla-daemon
@ 2012-03-13 14:47 ` bugzilla-daemon
  2012-03-13 14:52 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-03-13 14:47 UTC (permalink / raw)
  To: ecos-patches

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

--- Comment #3 from Grant Edwards <grant.b.edwards@gmail.com> 2012-03-13 14:47:02 GMT ---
Committed:

/cvs/ecos/ecos-opt/net/net/common/current/ChangeLog
new revision: 1.90; previous revision: 1.89

/cvs/ecos/ecos-opt/net/net/common/current/src/bootp_support.c
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 1001516] Fix compiler warning about variable that is set but not referenced.
       [not found] <bug-1001516-104@http.bugs.ecos.sourceware.org/>
                   ` (3 preceding siblings ...)
  2012-03-13 14:47 ` bugzilla-daemon
@ 2012-03-13 14:52 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2012-03-13 14:52 UTC (permalink / raw)
  To: ecos-patches

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

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

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

--- Comment #4 from Grant Edwards <grant.b.edwards@gmail.com> 2012-03-13 14:52:42 GMT ---
Commited changes (see above)

-- 
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

end of thread, other threads:[~2012-03-13 14:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-1001516-104@http.bugs.ecos.sourceware.org/>
2012-03-09 17:54 ` [Bug 1001516] Fix compiler warning about variable that is set but not referenced bugzilla-daemon
2012-03-13 14:19 ` bugzilla-daemon
2012-03-13 14:29 ` bugzilla-daemon
2012-03-13 14:47 ` bugzilla-daemon
2012-03-13 14:52 ` 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).