Re: [PATCH]io_apic.c: fix compile warning

From: Figo.zhang
Date: Wed Jun 17 2009 - 10:29:33 EST


On Wed, 2009-06-17 at 15:28 +0100, Alan Cox wrote:
> On Wed, 17 Jun 2009 22:25:20 +0800
> "Figo.zhang" <figo1802@xxxxxxxxx> wrote:
>
> > fix compile warning:
> > arch/x86/kernel/apic/io_apic.c: In function âioapic_write_entryâ:
> > arch/x86/kernel/apic/io_apic.c:466: warning: âeuâ is used uninitialized in this function
> > arch/x86/kernel/apic/io_apic.c:465: note: âeuâ was declared here
>
> What compiler are you using. Current gcc correctly notices that there are
> no uninitialized things to worry about ?

hi Alan:
my gcc is:

[figo@myhost linux-2.6]$ gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../configure --prefix=/usr --enable-shared
--enable-languages=c,c++,fortran,objc,obj-c++ --enable-threads=posix
--mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit
--disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib
--enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
Thread model: posix
gcc version 4.4.0 20090526 (prerelease) (GCC)
[figo@myhost linux-2.6]$



Best Regards,
Figo.zhang

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/