* Current Barebox/Next and GCC-4.6.2
@ 2011-11-26 15:03 Juergen Beisert
2011-11-27 11:12 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Juergen Beisert @ 2011-11-26 15:03 UTC (permalink / raw)
To: barebox
Hi,
compiling the current Barebox Next branch with a 4.6.2 GCC gives me the
following list of warnings.
common/console.c: In function 'fprintf':
common/console.c:333:7: warning: variable 'i' set but not used [-Wunused-but-set-variable]
drivers/mtd/nand/nand_bbt.c: In function 'search_bbt':
drivers/mtd/nand/nand_bbt.c:466:6: warning: variable 'bits' set but not used [-Wunused-but-set-variable]
drivers/usb/core/usb.c: In function 'usb_parse_config':
drivers/usb/core/usb.c:183:17: warning: variable 'ch' set but not used [-Wunused-but-set-variable]
drivers/usb/core/usb.c: In function 'usb_hub_port_connect_change':
drivers/usb/core/usb.c:1011:29: warning: variable 'portchange' set but not used [-Wunused-but-set-variable]
drivers/usb/host/ohci-hcd.c: In function 'dl_transfer_length':
drivers/usb/host/ohci-hcd.c:961:8: warning: variable 'tdINFO' set but not used [-Wunused-but-set-variable]
This one is a little bit strange:
lib/vsprintf.c: In function 'vasprintf':
lib/vsprintf.c:595:2: warning: generating trampoline in object (requires executable stack) [-Wtrampolines]
Should we care?
jbe
--
Pengutronix e.K. | Juergen Beisert |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Current Barebox/Next and GCC-4.6.2
2011-11-26 15:03 Current Barebox/Next and GCC-4.6.2 Juergen Beisert
@ 2011-11-27 11:12 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2011-11-27 11:12 UTC (permalink / raw)
To: Juergen Beisert; +Cc: barebox
On Sat, Nov 26, 2011 at 04:03:15PM +0100, Juergen Beisert wrote:
> Hi,
>
> compiling the current Barebox Next branch with a 4.6.2 GCC gives me the
> following list of warnings.
>
> common/console.c: In function 'fprintf':
> common/console.c:333:7: warning: variable 'i' set but not used [-Wunused-but-set-variable]
This one should be fixed in master.
>
> drivers/mtd/nand/nand_bbt.c: In function 'search_bbt':
> drivers/mtd/nand/nand_bbt.c:466:6: warning: variable 'bits' set but not used [-Wunused-but-set-variable]
>
> drivers/usb/core/usb.c: In function 'usb_parse_config':
> drivers/usb/core/usb.c:183:17: warning: variable 'ch' set but not used [-Wunused-but-set-variable]
> drivers/usb/core/usb.c: In function 'usb_hub_port_connect_change':
> drivers/usb/core/usb.c:1011:29: warning: variable 'portchange' set but not used [-Wunused-but-set-variable]
>
> drivers/usb/host/ohci-hcd.c: In function 'dl_transfer_length':
> drivers/usb/host/ohci-hcd.c:961:8: warning: variable 'tdINFO' set but not used [-Wunused-but-set-variable]
>
> This one is a little bit strange:
>
> lib/vsprintf.c: In function 'vasprintf':
> lib/vsprintf.c:595:2: warning: generating trampoline in object (requires executable stack) [-Wtrampolines]
We should probably just silence the compiler. Our stack is executable.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-27 11:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-26 15:03 Current Barebox/Next and GCC-4.6.2 Juergen Beisert
2011-11-27 11:12 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox