package/libfreeimage: fix C++11 compliance with gcc-6
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 28 Aug 2016 22:07:34 +0000 (00:07 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 29 Aug 2016 10:25:35 +0000 (12:25 +0200)
commit70dbe298f42449b8fa19f35ec41c07e360d51c68
tree0b623a22076406f11403796f0cb5035e8515f438
parenta845798aa8af0535b85ea0e46cc9e8af9d1ffed1
package/libfreeimage: fix C++11 compliance with gcc-6

Like in cbe01f638249d597fe953, fix C++11 compliance regarding
narrowing types.

Fixes:
    http://autobuild.buildroot.org/results/081/0811531872f69f9febbdc482dfbdd7fb5c35d1c8/
    http://autobuild.buildroot.org/results/90c/90c9cb4ffe705b8c91f4fb602e33e2ba9bcdee77/
    and a few others...

[Peter: use signed char for src[], fix dos/unix new lines]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libfreeimage/0004-fix-gcc-6.patch [new file with mode: 0644]