Bug#777837: Patch for GCC5 build issue

2015-07-17 Thread paulownia
> Here's a fix for the GCC 5 build issue. I added "extern" to > inline function in jcode.c. The package builds and links with GCC 5 with > this change. Alternatively, simply get rid of the inline declaration. All the calls to isjisp are in different translation units so they never get inlined anyw

Bug#777837: Patch for GCC5 build issue

2015-07-15 Thread Nicholas Luedtke
tags 777837 + patch thanks Here's a fix for the GCC 5 build issue. I added "extern" to inline function in jcode.c. The package builds and links with GCC 5 with this change. Upstream may prefer to move to C99 instead, please see section "Different semantics for inline functions" at https://gcc.