Guys:
Under the old Clipper way I used to compile with the following switches: Clipper MyProg /m /n /w /es2
How can I reproduce the /w /es2 behavior under FiveWin / xHarbour ? What I need is that the compiler flags out any undeclared variable / function / procedure and stops before linking the OBJs. Thank you.