21 Feb
2007
21 Feb
'07
10:23 a.m.
On 2/21/07, J.B.C.Engelen@...1578... <J.B.C.Engelen@...1578...> wrote:
Does anybody know a way to neatly catch compiler warnings on windows? I'd like to only see a list of compiler warnings, instead of the complete compiler commandline as it is now. For example: It would be very nice if the buildtool could generate a separate file (say compiler-out.txt) in which all special compiler messages are put such as: gradient-context.cpp:325: warning: 'pointtype' may be used uninitialized in this function
Thanks! Johan
As far as I remember, batch redirections are similar to bash ones, so 2> compiler-out.txt at the end of the command line should work.
Romain