patchlwIP - A Lightweight TCP/IP stack - Patches: patch #9512, lowpan6: Fix build warning when...

 
 

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

patch #9512: lowpan6: Fix build warning when LWIP_6LOWPAN_IPHC=0

Submitter:  Axel Lin <axellin>
Submitted:  Sat 09 Dec 2017 01:49:42 AM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Closed
Planned Release:  None

Sat 30 Dec 2017 10:40:16 AM UTC, comment #1: 

Applied, thanks. (Forgot to close this one)

Dirk Ziegelmeier <dziegel>
Group administrator
Sat 09 Dec 2017 01:49:42 AM UTC, original submission:  

Fix below build warning if LWIP_6LOWPAN_IPHC=0.

../../../../lwip/src/netif/lowpan6.c:186:1: error: ‘lowpan6_get_address_mode_mc’ defined but not used [-Werror=unused-function]
 lowpan6_get_address_mode_mc(const ip6_addr_t *ip6addr)
 ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../lwip/src/netif/lowpan6.c:160:1: error: ‘lowpan6_get_address_mode’ defined but not used [-Werror=unused-function]
 lowpan6_get_address_mode(const ip6_addr_t *ip6addr, const struct ieee_802154_addr *mac_addr)
 ^~~~~~~~~~~~~~~~~~~~~~~~

Also correct comment typo: s/LWIP_6LOWPAN_HC/LWIP_6LOWPAN_IPHC/g

Axel Lin <axellin>
Group Member

 

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

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by dziegel (Posted a comment)
  • -email is unavailable- added by axellin (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
    2017-12-30 dziegel StatusNone Done
        Open/ClosedOpen Closed
    2017-12-09 axellin Attached File- Added 0001-lowpan6-Fix-build-warning-when-LWIP_6LOWPAN_IPHC-0.patch, #42608

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code