mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-11 02:26:19 -04:00
The compiler complain about static inline functions being used from inline functions. This patch rewrite the inline to static inline functions to avoid the compiler error. This is related to https://bugs.debian.org/777989 and based on a patch in the Debian packaging, see http://anonscm.debian.org/cgit/debian-edu/pkg-team/lmms.git/tree/debian/patches .