326228b80f
Fixes: http://autobuild.buildroot.net/results/029/02946a75f478b1304896e7a0794bb6aa527e45c0/ http://autobuild.buildroot.net/results/14b/14b9cab834540a01c9c838ea579dc73e383f754a/ http://autobuild.buildroot.net/results/de8/de8f2b132084a10fbe8efb38c7b31adca4562852/ The source code contains a number of character constants > 127, which causes build errors with gcc6+ on architectures where char is signed: locationinfo.cpp:163:21: error: narrowing conversion of '237' from 'int' to 'char' inside { } [-Wnarrowing] Fix it by adding an upstream patch adding explicit static_cast around these. Also add a local patch to fix the test suite as this is not fixed upstream. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> |
||
---|---|---|
.. | ||
0001-charset-fixes.patch | ||
0002-missing-includes.patch | ||
0003-missing-includes.patch | ||
0004-Applied-patch-for-LOGCXX-400-LOGCXX-404-LOGCXX-402-L.patch | ||
0005-domtestcase.cpp-fix-narrowing-conversion-compile-err.patch | ||
Config.in | ||
log4cxx.hash | ||
log4cxx.mk |