Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix build problems with gcc 5.2 in Debian. #2362

Merged
merged 1 commit into from
Sep 20, 2015

Conversation

petterreinholdtsen
Copy link
Contributor

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 complaining.

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 .

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 .
Wallacoloo added a commit that referenced this pull request Sep 20, 2015
Fix build problems with gcc 5.2 in Debian.
@Wallacoloo Wallacoloo merged commit e11a5cc into LMMS:master Sep 20, 2015
@tresf
Copy link
Member

tresf commented Sep 20, 2015

Although this seems trivial, we need to submit these upstream too.

https://github.com/swh/ladspa

Upstream uses a code generator (XML if I recall correctly), so the upstream patch will look slightly different however Steve Harris is very responsive on that repo and patches generally get accepted within a week or so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants