buglwIP - A Lightweight TCP/IP stack - Bugs: bug #29346, tcpip.h: line 115: warning:...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #29346: tcpip.h: line 115: warning: trailing comma is nonstandard

Submitted by:  Petr Cernin <cerninp>
Submitted on:  Fri 26 Mar 2010 10:20:32 AM UTC  
 
Category: TCPSeverity: 3 - Normal
Item Group: Compiler WarningStatus: Fixed
Privacy: PublicAssigned to: Simon Goldschmidt <goldsimon>
Open/Closed: ClosedPlanned Release: None
lwIP version: CVS Head

Fri 26 Mar 2010 02:06:02 PM UTC, comment #1:

Fixed, thanks for reporting

Simon Goldschmidt <goldsimon>
Project AdministratorIn charge of this item.
Fri 26 Mar 2010 10:20:32 AM UTC, original submission:

My compiler generates warning 'traling command is nostandard' for this enum definition:

enum tcpip_msg_type {
#if LWIP_NETCONN
TCPIP_MSG_API,
#endif /* LWIP_NETCONN */
TCPIP_MSG_INPKT,
#if LWIP_NETIF_API
TCPIP_MSG_NETIFAPI,
#endif /* LWIP_NETIF_API */
TCPIP_MSG_CALLBACK,
#if LWIP_TCPIP_TIMEOUT
TCPIP_MSG_TIMEOUT,
TCPIP_MSG_UNTIMEOUT,
#endif /* LWIP_TCPIP_TIMEOUT */
};

Is possible to reorder this enum or add fake TCPIP_MSG_MAX/LAST as the last item of enum?

Petr Cernin <cerninp>

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by goldsimon (Posted a comment)
  • -unavailable- added by cerninp (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 3 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Fri 26 Mar 2010 02:06:02 PM UTCgoldsimonStatusNone=>Fixed
      Assigned toNone=>goldsimon
      Open/ClosedOpen=>Closed

    Back to the top


    Powered by Savane 3.1-cleanup1