lwip-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-devel] compiler warning for unaligned access


From: Piero 74
Subject: [lwip-devel] compiler warning for unaligned access
Date: Fri, 20 Mar 2009 16:55:37 +0100

Hi

i'm trying to use lwip in cvs head...

i tried the compilation, and i saw in these piece of code (file dhcp.c)

#if LWIP_DNS
      dns_setserver( n, (struct ip_addr *)(&(dhcp->offered_dns_addr[n].addr)));
#endif /* LWIP_DNS */

a warning like this:
Warning[Pa039]: use of address of unaligned structure member ....\lwip\src\core\dhcp.c 539


What's the meaning? do you think it could be a problem?

thanks
Piero


reply via email to

[Prev in Thread] Current Thread [Next in Thread]