[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #33804] LWIP_IPV6_MLD #define missing from mld6.c
From: |
Brad Giffel |
Subject: |
[lwip-devel] [bug #33804] LWIP_IPV6_MLD #define missing from mld6.c |
Date: |
Tue, 19 Jul 2011 20:39:06 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.18) Gecko/20110628 Ubuntu/10.10 (maverick) Firefox/3.6.18 |
URL:
<http://savannah.nongnu.org/bugs/?33804>
Summary: LWIP_IPV6_MLD #define missing from mld6.c
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: bgiffel
Submitted on: Tue 19 Jul 2011 08:39:04 PM GMT
Category: IPv6
Severity: 3 - Normal
Item Group: Compiler Warning
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release:
lwIP version: CVS Head
_______________________________________________________
Details:
If LWIP_IPV6_MLD is defined as 0 and LWIP_IPV6 is defined as 1, the mld6.c
file is compiled when it really shouldn't be. Line 47 of mld6.c should be:
#if LWIP_IPV6_MLD && LWIP_IPV6 /* don't build if not configured for use in
lwipopts.h */
Note: technically not a 'Compiler Warning' but more of an actual compilation
failure but there was no Item Group for that.
Might suggest that opt.h validate macros like LWIP_IPV6_MLD and force them to
zero if LWIP_IPV6 is zero. Then mld6.c can be conditionally compiled by only
checking LWIP_IPV6_MLD. Which of course is probably a different ticket....
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?33804>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [lwip-devel] [bug #33804] LWIP_IPV6_MLD #define missing from mld6.c,
Brad Giffel <=