espressif / esp-lwip

Fork of lwIP (https://savannah.nongnu.org/projects/lwip/) with ESP-IDF specific patches
Other
79 stars 126 forks source link

igmp/mld6: Fix build warnings when !ESP_LWIP_IGMP/MLD6_TIMERS_ONDEMAND (IDFGH-3151) #15

Closed AxelLin closed 3 years ago

AxelLin commented 4 years ago

Fix below build warnings: warning: 'igmp_timeout_cb' defined but not used [-Wunused-function] warning: 'mld6_timeout_cb' defined but not used [-Wunused-function]

Signed-off-by: Axel Lin axel.lin@gmail.com

projectgus commented 3 years ago

Hi @AxelLin,

Sorry noone got back to you about this. This was actually submitted to our internal review & merge back in April but it seems to have fallen under the radar. We still plan to merge it, thanks for bearing with us.

Angus

david-cermak commented 3 years ago

@AxelLin Thanks again for your fixes! Finally merged as https://github.com/espressif/esp-lwip/commit/b1eec77be764d905ccb8cf331564a61f64ba6615, sorry that it took so long.