From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 1 Dec 2011 23:13:16 +0100 Subject: [U-Boot] [PATCH 08/14] drivers/usb/host/sl811-hcd.c: Fix GCC 4.6 build warning In-Reply-To: <1322641077-829-9-git-send-email-wd@denx.de> References: <1322641077-829-1-git-send-email-wd@denx.de> <1322641077-829-9-git-send-email-wd@denx.de> Message-ID: <201112012313.16518.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Fix: > sl811-hcd.c: In function 'sl811_rh_submit_urb': > sl811-hcd.c:556:8: warning: variable 'wIndex' set but not used > [-Wunused-but-set-variable] > > Signed-off-by: Wolfgang Denk > Cc: Remy Bohmer > --- I don't really understand this one (I didn't look too hard either). But I'd be careful about this. Also, isn't the Cc missing ? I see only To and Cc to the list in the mail header. M