public inbox for ecos-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug 1001521] New: Fix compiler warnings in lwIP TCP/IP stack
@ 2012-03-07 14:40 bugzilla-daemon
  2012-03-11 23:58 ` [Bug 1001521] " bugzilla-daemon
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: bugzilla-daemon @ 2012-03-07 14:40 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=1001521

           Summary: Fix compiler warnings in lwIP TCP/IP stack
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: low
         Component: lwIP
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: ilijak@siva.com.mk
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


Created an attachment (id=1622)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1622)
lwIP core/tcp_out.c unused variable warning fix.

Attached patch fixes GCC 4.6 "variable not used" warnings for lwIP
core/tcp_out.c.

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

* [Bug 1001521] Fix compiler warnings in lwIP TCP/IP stack
  2012-03-07 14:40 [Bug 1001521] New: Fix compiler warnings in lwIP TCP/IP stack bugzilla-daemon
@ 2012-03-11 23:58 ` bugzilla-daemon
  2012-03-11 23:58 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2012-03-11 23:58 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=1001521

Jonathan Larmour <jifl@ecoscentric.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |jifl@ecoscentric.com
         AssignedTo|unassigned@bugs.ecos.source |ilijak@siva.com.mk
                   |ware.org                    |

--- Comment #1 from Jonathan Larmour <jifl@ecoscentric.com> 2012-03-11 23:57:54 GMT ---
This is fine and can be committed, but can I ask you to submit this to upstream
lwIP so it can be fixed permanently?

https://savannah.nongnu.org/bugs/?func=additem&group=lwip

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

* [Bug 1001521] Fix compiler warnings in lwIP TCP/IP stack
  2012-03-07 14:40 [Bug 1001521] New: Fix compiler warnings in lwIP TCP/IP stack bugzilla-daemon
  2012-03-11 23:58 ` [Bug 1001521] " bugzilla-daemon
@ 2012-03-11 23:58 ` bugzilla-daemon
  2012-03-12 19:22 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2012-03-11 23:58 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=1001521

Jonathan Larmour <jifl@ecoscentric.com> changed:

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

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

* [Bug 1001521] Fix compiler warnings in lwIP TCP/IP stack
  2012-03-07 14:40 [Bug 1001521] New: Fix compiler warnings in lwIP TCP/IP stack bugzilla-daemon
  2012-03-11 23:58 ` [Bug 1001521] " bugzilla-daemon
  2012-03-11 23:58 ` bugzilla-daemon
@ 2012-03-12 19:22 ` bugzilla-daemon
  2012-03-12 21:20 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2012-03-12 19:22 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=1001521

--- Comment #2 from Ilija Kocho <ilijak@siva.com.mk> 2012-03-12 19:22:25 GMT ---
(In reply to comment #1)
> This is fine and can be committed, %<...

Thank you for review Jifl. Checked in.

> ...>% but can I ask you to submit this to upstream
> lwIP so it can be fixed permanently?
> 
> https://savannah.nongnu.org/bugs/?func=additem&group=lwip
> 

I would be glad to, but AFAIK there is (or was) on-going porting process of
lwIP 1.4 to eCos. Perhaps that would be the right channel.

Ilija

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

* [Bug 1001521] Fix compiler warnings in lwIP TCP/IP stack
  2012-03-07 14:40 [Bug 1001521] New: Fix compiler warnings in lwIP TCP/IP stack bugzilla-daemon
                   ` (2 preceding siblings ...)
  2012-03-12 19:22 ` bugzilla-daemon
@ 2012-03-12 21:20 ` bugzilla-daemon
  2013-03-12 22:44 ` bugzilla-daemon
  2013-03-12 22:46 ` bugzilla-daemon
  5 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2012-03-12 21:20 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=1001521

--- Comment #3 from Jonathan Larmour <jifl@ecoscentric.com> 2012-03-12 21:20:08 GMT ---
(In reply to comment #2)
> 
> I would be glad to, but AFAIK there is (or was) on-going porting process of
> lwIP 1.4 to eCos. Perhaps that would be the right channel.

It would still want to be reported and fixed upstream though, even if we apply
a local patch in that port.

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

* [Bug 1001521] Fix compiler warnings in lwIP TCP/IP stack
  2012-03-07 14:40 [Bug 1001521] New: Fix compiler warnings in lwIP TCP/IP stack bugzilla-daemon
                   ` (3 preceding siblings ...)
  2012-03-12 21:20 ` bugzilla-daemon
@ 2013-03-12 22:44 ` bugzilla-daemon
  2013-03-12 22:46 ` bugzilla-daemon
  5 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-03-12 22:44 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001521

--- Comment #4 from Ilija Kocho <ilijak@siva.com.mk> ---
Committed since long time ago. Closing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug 1001521] Fix compiler warnings in lwIP TCP/IP stack
  2012-03-07 14:40 [Bug 1001521] New: Fix compiler warnings in lwIP TCP/IP stack bugzilla-daemon
                   ` (4 preceding siblings ...)
  2013-03-12 22:44 ` bugzilla-daemon
@ 2013-03-12 22:46 ` bugzilla-daemon
  5 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-03-12 22:46 UTC (permalink / raw)
  To: ecos-bugs

Please do not reply to this email, use the link below.

http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001521

Ilija Kocho <ilijak@siva.com.mk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |CURRENTRELEASE

--- Comment #5 from Ilija Kocho <ilijak@siva.com.mk> ---
(In reply to comment #4)
> Committed since long time ago. Closing.

Now!

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug 1001521] New: Fix compiler warnings in lwIP TCP/IP stack
@ 2012-03-07 14:40 bugzilla-daemon
  0 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2012-03-07 14:40 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=1001521

           Summary: Fix compiler warnings in lwIP TCP/IP stack
           Product: eCos
           Version: CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: low
         Component: lwIP
        AssignedTo: unassigned@bugs.ecos.sourceware.org
        ReportedBy: ilijak@siva.com.mk
                CC: ecos-bugs@ecos.sourceware.org
             Class: Advice Request


Created an attachment (id=1622)
 --> (http://bugs.ecos.sourceware.org/attachment.cgi?id=1622)
lwIP core/tcp_out.c unused variable warning fix.

Attached patch fixes GCC 4.6 "variable not used" warnings for lwIP
core/tcp_out.c.

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

end of thread, other threads:[~2013-03-12 22:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-07 14:40 [Bug 1001521] New: Fix compiler warnings in lwIP TCP/IP stack bugzilla-daemon
2012-03-11 23:58 ` [Bug 1001521] " bugzilla-daemon
2012-03-11 23:58 ` bugzilla-daemon
2012-03-12 19:22 ` bugzilla-daemon
2012-03-12 21:20 ` bugzilla-daemon
2013-03-12 22:44 ` bugzilla-daemon
2013-03-12 22:46 ` bugzilla-daemon
2012-03-07 14:40 [Bug 1001521] 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).