Subject: Re: -current kernel build fails in .../m68k/m68k
To: None <hauke@Espresso.Rhein-Neckar.DE>
From: Gordon W. Ross <gwr@mc.com>
List: port-m68k
Date: 04/30/1997 19:31:50
[ This was on current-users, but belongs on port-m68k. -gwr ]

> Date: Wed, 30 Apr 1997 07:05:12 +0200
> From: Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>
> 
> Hi,
> 
> this has been haunting me for days, and neither cleaning up the compile dir
> nor any sup run has brought a change so far. What am I missing here?
> 
> 
> root:~ # cd /sys/arch/mac68k/compile/WEIDE/
> root:/sys/arch/mac68k/compile/WEIDE # make
> cc [...] -DDEBUG [...] -c ../../../../arch/m68k/m68k/sig_machdep.c
> cc1: warnings being treated as errors
> ../../../../arch/m68k/m68k/sig_machdep.c: In function `sendsig':
> ../../../../arch/m68k/m68k/sig_machdep.c:139: warning: unsigned int format,
> pointer arg (arg 4)

There were some printf format vs. argument type disagreements that
others did not see because "options DEBUG" was not used.  Fixed.

Gordon