Kevin,
Here are some of the lines from the output stream...
Compile checking out/esp-scsi.o Compile checking out/megasas.o Compile checking out/post.o src/post.c: In function 'reloc_init': src/post.c:350:5: warning: format '%d' expects argument of type 'int', but argument 4 has type 'long int' [-Wformat] Compile checking out/shadow.o Compile checking out/memmap.o Compile checking out/coreboot.o
I'm building this in cygwin, and using our (Sage's) toolchain.
thanks, Dave
----- Original Message -----
From: "Kevin O'Connor" kevin@koconnor.net To: "Dave Frodin" dave.frodin@se-eng.com Cc: "seabios" seabios@seabios.org Sent: Wednesday, January 9, 2013 4:54:28 PM Subject: Re: [SeaBIOS] Get rid of a compile time dprintf warning
On Wed, Jan 09, 2013 at 08:34:18AM -0600, Dave Frodin wrote:
Here's a patch that's been lingering awhile. thanks,
Thanks. I don't receive a warning for this - what is the exact warning you receive? I don't see why gcc would convert (datalow_end
datalow_start) to a long.
-Kevin