From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from metis.ext.pengutronix.de ([2001:6f8:1178:4:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1RUJnf-0001Hg-Pu for barebox@lists.infradead.org; Sat, 26 Nov 2011 15:04:20 +0000 Received: from gallifrey.ext.pengutronix.de ([2001:6f8:1178:4:5054:ff:fe8d:eefb] helo=localhost) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1RUJnP-0002ID-VJ for barebox@lists.infradead.org; Sat, 26 Nov 2011 16:04:04 +0100 From: Juergen Beisert Date: Sat, 26 Nov 2011 16:03:15 +0100 MIME-Version: 1.0 Content-Disposition: inline Message-Id: <201111261603.16236.jbe@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Current Barebox/Next and GCC-4.6.2 To: barebox@lists.infradead.org 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