On Monday 29 September 2003 14:57, Paul Sladen wrote: > On Mon, 29 Sep 2003, Simon Garner wrote: > > On Monday, September 29, 2003 3:59 PM [GMT+1200=NZT], > > > > > vserver project includes a (linux) kernel patch and utilities. > > > > udp.c: In function `udp_v4_lookup_longway': > > udp.c:239: warning: unused variable `score' > > It is a `warning', not an `error' shouldn't stop things compiling; do you > have `--pedantic-errors' on by any chance? > > -Paul > udp.c: In function `udp_v4_lookup_longway': > udp.c:239: warning: unused variable `score' > udp.c:245: `score' undeclared (first use in this function) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > udp.c:245: (Each undeclared identifier is reported only once > udp.c:245: for each function it appears in.)
it`s error. -- With best regards, Alex
