// // The following macro is used to satisfy the compiler. Note that the // expressions/statements passed to this macro are not necessary for // correctness, but without them the compiler cannot compile with W4. // #define SATISFY_OVERZEALOUS_COMPILER(X) X
SATISFY_OVERZEALOUS_COMPILER (SocketError = 0);
Notice that the warning is "may be used uninitialized" and not "is
used uninitialized", so it is correct, in a sense.
_______________________________________________
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev