From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Wood Date: Fri, 23 May 2008 14:04:32 -0500 Subject: [U-Boot-Users] [PATCH 16/18] avr32: Fix two warnings in atmel_mci.c In-Reply-To: References: Message-ID: <48371540.8080909@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Ken.Fuchs at bench.com wrote: > Haavard Skinnemoen wrote: > >> The warnings are harmless but annoying. Let's fix them. > > If the warnings are "harmless", why are you "fixing them"? Warnings are never completely harmless -- they make it harder to notice other warnings that point out real problems. > The compiler has switches to turn off warnings, if they > annoy you too much. I'd suggest doing the opposite, and enabling -Werror. :-) -Scott