Re: kernel/power/disk.c(41): remark #593: variable "error" was set but never used
From: Jesper Juhl
Date: Fri Nov 24 2006 - 06:19:17 EST
On 24/11/06, d binderman <dcb314@xxxxxxxxxxx> wrote:
Hello there,
I just tried to compile Linux kernel 2.6.18.3 with the Intel C
C compiler.
The compiler said
1.
kernel/power/disk.c(41): remark #593: variable "error" was set but never
used
The source code is
int error = 0;
2.
kernel/power/disk.c(165): remark #593: variable "error" was set but never
used
The source code is
int error;
I have checked the source code and I agree with the compiler.
Suggest delete local variables.
I suggest you send a patch :-)
--
Jesper Juhl <jesper.juhl@xxxxxxxxx>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
-
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/