Skip to content
Snippets Groups Projects
Commit 6e189f60 authored by Stian Skjelstad's avatar Stian Skjelstad Committed by TAMUKI Shoichi
Browse files

inline, defaults to "extern inline" with newer gcc versions


With newer versions of gcc, "inline" defaults to extern, and not static if
not specified. This causes linking problems at the end of the compile. Most
of this occurences are fixed (or #ifdef'ed away) except these two small
ones in timidity/mfi.c

Signed-off-by: default avatarStian Skjelstad <stian.skjelstad@gmail.com>
parent 7eaa3a5e
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment