From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Sun, 04 Apr 2010 22:20:22 -0700 Subject: [U-Boot] [PATCH] net: Kirkwood_egiga.c: fixed build warnings In-Reply-To: <1267610241-23611-1-git-send-email-prafulla@marvell.com> References: <1267610241-23611-1-git-send-email-prafulla@marvell.com> Message-ID: <4BB97316.7020100@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 Hi Prafulla, On 3/3/2010 1:57 AM, Prafulla Wadaskar wrote: > This patch fixes following build warnings for kirkwood_egiga.c > > kirkwood_egiga.c: In function ?kwgbe_init?: > kirkwood_egiga.c:448: warning: dereferencing type-punned pointer will break strict-aliasing rules > kirkwood_egiga.c: In function ?kwgbe_recv?: > kirkwood_egiga.c:609: warning: dereferencing type-punned pointer will break strict-aliasing rules > > Signed-off-by: Prafulla Wadaskar > --- > Applied to net repo. thanks, Ben