|
From: tim <tim...@gm...> - 2005-09-11 09:41:35
|
hi all,
i've got a question concerning the error message:
Conditional jump or move depends on uninitialised value(s)
it occurs on structures like this:
while (s2 = *s1)
{
s1 = something(s2);
}
since the code is working, i'm pretty clueless, why i get this error.
is it somehow possible to suppress this error message?
thanks in advance ... tim
|