All the header files of the new events lib in OF (libs/openFrameworks/events/*.h) lack a newline at the end of file. This a enforced by the standard, so the GCC keeps complaining. Other compilers just ignore the standard. It’s easy to fix, just add a new empty line at the end of the files.
On the other hand is there a way to get rid of all the warnings in libs/fmodex/inc/fmod_errors.h about an obsolete char conversions? This really dumps a lot of garbage warnings because there are about 100 lines.