4 New compile/sparse warnings (2.6.8.1 - 2004-08-14.21.30)

From: John Cherry
Date: Mon Aug 16 2004 - 12:21:53 EST


A couple of new sparse warnings and compiler warnings in the nightly
builds (linus' bk tree)....

-----Forwarded Message-----
> From: John Cherry <cherry@xxxxxxxx>
> To: cherry@xxxxxxxx
> Subject: 4 New compile/sparse warnings (2.6.8.1 - 2004-08-14.21.30)
> Date: Sun, 15 Aug 2004 07:27:03 -0700
>
> Compiler: gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
> Arch: i386
>
>
> Summary:
> New warnings = 4
> Fixed warnings = 0
>
> New warnings:
> -------------
> drivers/char/ipmi/ipmi_si_intf.c:1172:8: warning: incorrect type in argument 4 (different types)
> drivers/char/ipmi/ipmi_si_intf.c:1172:8: expected unsigned int [usertype] ( *[usertype] address )( ... )
> drivers/char/ipmi/ipmi_si_intf.c:1172:8: got void ( extern [addressable] [toplevel] *<noident> )( ... )
>
> drivers/char/ipmi/ipmi_si_intf.c:1173: warning: passing arg 4 of `acpi_install_gpe_handler' from incompatible pointer type
>
> drivers/char/ipmi/ipmi_si_intf.c:1193:43: warning: incorrect type in argument 3 (different types)
> drivers/char/ipmi/ipmi_si_intf.c:1193:43: expected unsigned int [usertype] ( *[usertype] address )( ... )
> drivers/char/ipmi/ipmi_si_intf.c:1193:43: got void ( extern [addressable] [toplevel] *<noident> )( ... )
> drivers/char/ipmi/ipmi_si_intf.c:1193: warning: passing arg 3 of `acpi_remove_gpe_handler' from incompatible pointer type
>
>
> Fixed warnings:
> ---------------

-
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/