lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] warning during compile in lwip code


From: Piero 74
Subject: [lwip-devel] warning during compile in lwip code
Date: Wed, 4 Feb 2009 11:24:47 +0100

Hi

i'm checking compilation warning in my code, and i noted this:

Warning[Pa039]: use of address of unaligned structure member ...lwip\src\core\dhcp.c 542 

the related piece of code is:
#if LWIP_DNS
      dns_setserver( n, (struct ip_addr *)(&(dhcp->offered_dns_addr[n].addr)));
#endif /* LWIP_DNS */

i'm using IAR compiler for ARM7

Any idea?
sound strange...

Bye
Piero

reply via email to

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