[pisa-src] Re: r1274 - trunk/pisabeacon/beaconmain.c

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 23 Oct 2009 13:12:54 +0200

On Thu, Oct 22, 2009 at 12:45:43PM +0200, Tobias Heer wrote:
> 
> Log:
> Removed warnings resulting from unhandled return value from pisawqbeacon

Funny guy...

> --- trunk/pisabeacon/beaconmain.c     Thu Oct 22 12:43:24 2009        (r1273)
> +++ trunk/pisabeacon/beaconmain.c     Thu Oct 22 12:45:43 2009        (r1274)
> @@ -113,7 +113,9 @@
>  
> +     /* error code for system call */
> +     int err;
>  

This variable is unused and introduced another warning ;-p

Diego

Other related posts: