From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 15 Jun 2015 10:43:25 -0400 Subject: [U-Boot] [PATCH 3/4] lib/display_options: fix compiler warnings In-Reply-To: <1434370862-8203-4-git-send-email-hs@denx.de> References: <1434370862-8203-1-git-send-email-hs@denx.de> <1434370862-8203-4-git-send-email-hs@denx.de> Message-ID: <20150615144325.GR1728@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Jun 15, 2015 at 02:21:01PM +0200, Heiko Schocher wrote: > fix compiler warnings if compiled for SPL without > serial port support (CONFIG_SPL_SERIAL_SUPPORT is > not set). > > Signed-off-by: Heiko Schocher [snip] > @@ -121,7 +128,7 @@ int print_buffer(ulong addr, const void *data, uint width, uint count, > } lb; > int i; > #ifdef CONFIG_SYS_SUPPORT_64BIT_DATA > - uint64_t __maybe_unsued x; > + uint64_t x; > #else > uint32_t __maybe_unused x; > #endif Wait, why do we need this? -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: