lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] Shadow declaration in tcp_in.c (LwIP 1.3.2)


From: Mykola Kyrylenko
Subject: [lwip-users] Shadow declaration in tcp_in.c (LwIP 1.3.2)
Date: Thu, 7 Jan 2010 09:14:40 +1100

Hi,
 
I have transferred my LwIP stack to 1.3.2.  All seems to be going well
(with minimal testing), except I am getting this compiler warning:
 
    Building ...........\tcp_in.c 
    Running: GCC 
    ........
    N:\DEV\DSP\software\ControlSS (st2)\controller\eth\core\tcp_in.c: In
function 'tcp_receive':  
    N:\DEV\DSP\software\ControlSS
(st2)\controller\eth\core\tcp_in.c:1182: warning: declaration of 'next'
shadows a previous local  
    N:\DEV\DSP\software\ControlSS
(st2)\controller\eth\core\tcp_in.c:793: warning: shadowed declaration is
here
    .........
 
As indicated, the variable 'next' declaration is defined twice in
function 'tcp_receive()'.
Is this going to be an issue?

Regards,
Mykola




reply via email to

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