public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1001516] New: Fix compiler warning about variable that is set but not referenced.
@ 2012-03-06 22:30 bugzilla-daemon
  2012-03-09 17:54 ` [Bug 1001516] " bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-03-06 22:30 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=1001516

           Summary: Fix compiler warning about variable that is set but
                    not referenced.
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: low
         Component: TCP/IP
        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=1618)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1618)
Fix compiler warning about set but unreferenced variable.

Fix compiler warning by removing 'netmask' variable in net_init()
which is set but then never used.

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

* [Bug 1001516] Fix compiler warning about variable that is set but not referenced.
  2012-03-06 22:30 [Bug 1001516] New: Fix compiler warning about variable that is set but not referenced bugzilla-daemon
@ 2012-03-09 17:54 ` bugzilla-daemon
  2012-03-13 14:19 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-03-09 17:54 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=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] 11+ messages in thread

* [Bug 1001516] Fix compiler warning about variable that is set but not referenced.
  2012-03-06 22:30 [Bug 1001516] New: Fix compiler warning about variable that is set but not referenced bugzilla-daemon
  2012-03-09 17:54 ` [Bug 1001516] " bugzilla-daemon
@ 2012-03-13 14:19 ` bugzilla-daemon
  2012-03-13 14:29 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-03-13 14:19 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=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] 11+ messages in thread

* [Bug 1001516] Fix compiler warning about variable that is set but not referenced.
  2012-03-06 22:30 [Bug 1001516] New: Fix compiler warning about variable that is set but not referenced bugzilla-daemon
  2012-03-09 17:54 ` [Bug 1001516] " 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:53 ` bugzilla-daemon
  4 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-03-13 14:29 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=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] 11+ messages in thread

* [Bug 1001516] Fix compiler warning about variable that is set but not referenced.
  2012-03-06 22:30 [Bug 1001516] New: Fix compiler warning about variable that is set but not referenced bugzilla-daemon
                   ` (2 preceding siblings ...)
  2012-03-13 14:29 ` bugzilla-daemon
@ 2012-03-13 14:47 ` bugzilla-daemon
  2012-03-13 14:53 ` bugzilla-daemon
  4 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-03-13 14: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=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] 11+ messages in thread

* [Bug 1001516] Fix compiler warning about variable that is set but not referenced.
  2012-03-06 22:30 [Bug 1001516] New: Fix compiler warning about variable that is set but not referenced bugzilla-daemon
                   ` (3 preceding siblings ...)
  2012-03-13 14:47 ` bugzilla-daemon
@ 2012-03-13 14:53 ` bugzilla-daemon
  4 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-03-13 14:53 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=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] 11+ messages in thread

* [Bug 1001516] Fix compiler warning about variable that is set but not referenced.
  2012-03-06 22:30 [Bug 1001516] New: " bugzilla-daemon
                   ` (3 preceding siblings ...)
  2012-03-13 14:47 ` bugzilla-daemon
@ 2012-03-13 14:53 ` bugzilla-daemon
  4 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-03-13 14:53 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=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 the assignee for the bug.


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

* [Bug 1001516] Fix compiler warning about variable that is set but not referenced.
  2012-03-06 22:30 [Bug 1001516] New: " bugzilla-daemon
                   ` (2 preceding siblings ...)
  2012-03-13 14:29 ` bugzilla-daemon
@ 2012-03-13 14:47 ` bugzilla-daemon
  2012-03-13 14:53 ` bugzilla-daemon
  4 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-03-13 14:47 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=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 the assignee for the bug.


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

* [Bug 1001516] Fix compiler warning about variable that is set but not referenced.
  2012-03-06 22:30 [Bug 1001516] New: " bugzilla-daemon
  2012-03-09 17:54 ` [Bug 1001516] " 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:53 ` bugzilla-daemon
  4 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-03-13 14:29 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=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 the assignee for the bug.


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

* [Bug 1001516] Fix compiler warning about variable that is set but not referenced.
  2012-03-06 22:30 [Bug 1001516] New: " bugzilla-daemon
  2012-03-09 17:54 ` [Bug 1001516] " bugzilla-daemon
@ 2012-03-13 14:19 ` bugzilla-daemon
  2012-03-13 14:29 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-03-13 14:19 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=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 the assignee for the bug.


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

* [Bug 1001516] Fix compiler warning about variable that is set but not referenced.
  2012-03-06 22:30 [Bug 1001516] New: " bugzilla-daemon
@ 2012-03-09 17:54 ` bugzilla-daemon
  2012-03-13 14:19 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-03-09 17:54 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=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 the assignee for the bug.


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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-06 22:30 [Bug 1001516] New: Fix compiler warning about variable that is set but not referenced bugzilla-daemon
2012-03-09 17:54 ` [Bug 1001516] " 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:53 ` bugzilla-daemon
2012-03-06 22:30 [Bug 1001516] New: " bugzilla-daemon
2012-03-09 17:54 ` [Bug 1001516] " 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:53 ` 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).