Gday
I failed in looking for informations on turning off individual warnings per solution, file or function
I usually like to get all warnings, but some make no sense in this project
normally, I'd expect sth like
#pragma warning 4711:off (or "once")
inside the source code
and how to turn off a special warning for the entire solution while leaving the "all warnings" setting still turned on?
obviously, I've been to the options dialogue
solutions->options->compiler
but did not succeed there
I also failed in getting a general pragma overview
sometimes, eg an output message inside the build process can be quite useful
eg like
#pragma message("debug code included")
thanks in advance
Uli
I failed in looking for informations on turning off individual warnings per solution, file or function
I usually like to get all warnings, but some make no sense in this project
normally, I'd expect sth like
#pragma warning 4711:off (or "once")
inside the source code
and how to turn off a special warning for the entire solution while leaving the "all warnings" setting still turned on?
obviously, I've been to the options dialogue
solutions->options->compiler
but did not succeed there
I also failed in getting a general pragma overview
sometimes, eg an output message inside the build process can be quite useful
eg like
#pragma message("debug code included")
thanks in advance
Uli