buglwIP - A Lightweight TCP/IP stack - Bugs: bug #38097, pbuf_free_ooseq() warning

 
 

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

bug #38097: pbuf_free_ooseq() warning

Submitter:  Ben Hastings <hastings>
Submitted:  Tue 15 Jan 2013 07:32:56 PM UTC
   
 
Category:  pbufs Severity:  3 - Normal
Item Group:  Compiler Warning Status:  Fixed
Privacy:  Public Assigned to:  goldsimon
Open/Closed:  Closed Planned Release:  None
lwIP version:  1.4.1

Tue 15 Jan 2013 08:07:41 PM UTC, comment #1: 

Fixed in git master, thanks for reporting.

Simon Goldschmidt <goldsimon>
Group administrator
Tue 15 Jan 2013 07:32:56 PM UTC, original submission:  

With bug #37893 taken care of, the following patch to pbuf.h fixes the function declaration and the only remaining GCC warning when I compile 1.4.1:

@@ -129,7 +129,7 @@
 #endif /* PBUF_POOL_FREE_OOSEQ */
 #if NO_SYS && PBUF_POOL_FREE_OOSEQ
 extern volatile u8_t pbuf_free_ooseq_pending;
-void pbuf_free_ooseq();
+void pbuf_free_ooseq(void);
 /** When not using sys_check_timeouts(), call PBUF_CHECK_FREE_OOSEQ()
     at regular intervals from main level to check if ooseq pbufs need to be
     freed! */

Ben Hastings <hastings>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

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

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-01-15 goldsimon StatusNone Fixed
        Assigned toNone goldsimon
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code