I use Vim with syntastic to code in C++ and I see all errors but I don't get any warnings. It would be nice if I didn't have to use the compiler in the terminal just to get all compiler-messages. Some errors differ in different c++ standards so it should be possible to at least change the version of c++ to error-check for.
- How do I do I show warnings?
- How do I set the warning levels and settings as I do when I compile a program using g++?
- How do I set this up if I start using another language? If I get a specific command to run for c++, then I would be lost the next time.
I can't find how to do this from the manual at :h syntastic
. I have only looked at the sections that I thought were relevant however.