We can just suppress the warnings for this and also for the vimode warning.
Agree. I think all these error appear now because you added the `--library=gtk` flag - without this flag cppcheck didn't know about gtk and wasn't aware of `g_new()` or `g_free()` and took them as ordinary function calls.