Emanuele Aliberti wrote:
d:\src\ros\trunk>gcc --version
gcc (GCC) 3.4.2 (mingw-special)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There
is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
Is it obsolete? It stopped compiling because it found possibly
uninitialized variables. IMHO inizializing variables is good practice
in safe programming.
Hi,
Hmm, you're right, I build with DBG = 1 so I didn't see those errors, my
bad.
Best regards,
Alex Ionescu