This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

warning c318 should be an error

I got the warning c318 (can't open file ...). I think, this should be an error. If I include a file, which does not exists, the project schould not compile.

May there is a way (option to the compiler) to convert particular warnings to errors? (e. g. w/ command line option "-Werror=C318", like gcc)?