lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Errors?


From: Raúl Núñez de Arenas Coronado
Subject: Errors?
Date: Mon, 3 Sep 2001 18:14:58 +0200

    Hello Oliver :)

>z03.c: In function `SearchPath':
>z03.c:640: warning: `y' might be used uninitialized in this function

    Warnings like that are caused by the paranoid way GCC catches
uninitialized variables. GCC doesn't examine the following code to
see whether those variables are initialized or not. The code is
perfectly correct ;)

    I thought like you, but Jeff explained me :)

    Raúl


reply via email to

[Prev in Thread] Current Thread [Next in Thread]