Subject: Re: mbrlabel bug
To: der Mouse <mouse@Rodents.Montreal.QC.CA>
From: Todd Vierling <tv@pobox.com>
List: current-users
Date: 11/25/1998 15:17:50
On Wed, 25 Nov 1998, der Mouse wrote:
: > Yup. -O0 lets it compile. So we'll need something like this?
: > +
: > +.if (${MACHINE_ARCH} == "m68k")
: > +COPTS+=-O0
: > +.endif
:
: Well, I suppose you could, but I'd prefer to change
:
: off_t foo = xxx;
If you can change the source easily to make the compiler happy, do so. Just
don't turn off optimization to kill a compiler warning; use -Wno-whatever in
CWARNFLAGS.
BTW, is this an `uninitialized' warning, or an `unused' warning? I don't
recall the original post.
--
-- Todd Vierling (Personal tv@pobox.com; Bus. todd_vierling@xn.xerox.com)