X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 4 Mar 2005 14:40:06 -0500 Message-Id: <200503041940.j24Je65k024350@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <1ed.3702603c.2f5a12e3@cs.com> (KTrumpetsRule@cs.com) Subject: Re: problem with return References: <1ed DOT 3702603c DOT 2f5a12e3 AT cs DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk You need to declare cyl_volume() in out_xxxx.c so that gcc knows what type its return value is. The default is "int".