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

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 23 Oct 2009 14:00:51 +0200

On Fri, Oct 23, 2009 at 01:50:39PM +0200, Tobias Heer wrote:
> 
> Am 23.10.2009 um 13:12 schrieb Diego Biurrun:
> 
> >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...
> >
> ???

I was just poking fun at you because you introduced a warning in a
warning fix commit :)

> >>--- 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
> >
> I tried to keep the number of warnings constant :-P I should read the  
> diffs more careful, right?

Either that or watch the gcc output.  I think this is another drawback
of the autotools.  They spam the console with so much redundant output
that the important messages get lost.  colorgcc might also help.

Diego

Other related posts: