Either my testing is wrong or cppcheck ignores these macros.
cppcheck seems to test with different combinations of preprocessor macros. See https://cppcheck.sourceforge.io/manual.html#preprocessor-settings. However, I still don't understand why it always chokes on the `argv` array. For now, I suppressed the warning and also the one in the vimmode plugin.
But there are still a few errors left where I have no idea what the problem is and how to fix them or whether we can ignore them. Any help is much appreciated.
@kugel- @techee @elextr and anyone else.