diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-01-10 15:45:26 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2017-01-10 16:03:30 +0000 |
commit | 95c842a860bef721390d9209411109fe6dff69cc (patch) | |
tree | 89ef45a3de753a51e22c75ea47e5efd1bb7b14b8 /po | |
parent | e81e029aa2720b548092f58a933b705fa7cc7a4e (diff) |
codecparsers: remove problematic 'extern inline'
'extern inline' was added in 2fb76c89 for MSVC (it was just
'inline' before), but all of this doesn't really make sense,
the functions are not going to be inlined anyway, and what
'extern inline' means exactly also appears to depend on the
Cxx standard targetted. Let's just remove the 'extern inline'
entirely. At least gcc6 still emits the exact same code as
before anyway. Fixes compilation/linking with gcc 4.8 as
used on L4T on the TK1.
Diffstat (limited to 'po')
0 files changed, 0 insertions, 0 deletions