]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/fbterm: fix C++11 compliance with gcc-6
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 13 Aug 2016 15:05:01 +0000 (17:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 14 Aug 2016 14:13:56 +0000 (16:13 +0200)
commitcbe01f67560945606bab8c2185c002ec8a171983
tree27d69de0604643f7eeb53231fbc21cefcf3caae8
parent8a8546e5847c5281002bfc443a544f2ed8e80601
package/fbterm: fix C++11 compliance with gcc-6

gcc-6 has enabled more warnings by default, and turned some existing
warnings into errors.

Fixes (all on arc or arm):
    http://autobuild.buildroot.org/results/8c4/8c4a6cf492bccf4e1b99897bd9658e21b89b31ab/
    http://autobuild.buildroot.org/results/875/875a9deb15d47d348bb53dafdbb7ed2f2bbd3da8/
    http://autobuild.buildroot.org/results/af4/af4935f0ad2054b7dc2443e2d126fe8e50996f66/
    [...]

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/fbterm/0003-C++11-compliance.patch [new file with mode: 0644]