swig: python: fix unresolved symbol issue
authorYegor Yefremov <yegorslists@googlemail.com>
Tue, 6 Aug 2019 11:42:06 +0000 (13:42 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 9 Aug 2019 11:42:39 +0000 (13:42 +0200)
commit3eca5150db07262c1c6eb737e12149201f631d47
tree30eccfa5b504326c01e7c867c32ab3cba711c08d
parent921059828c9a3a1d8f773ce5adb2afc4542f9622
swig: python: fix unresolved symbol issue

GCC later than 5.x produce _fdti1.so file with an undefined
symbol str2charp_size due to C99 inline semantics change. So
remove this keyword.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
python/ftdi1.i