Hey,
I'm trying to show all the warning messages of my c++ program, similar to a -Wall command for linux. How can I do that?

Right now I am using the command:
>: cl /EHsc myProgram.cpp