Update for 2016.11-rc3
[buildroot-gz.git] / package / libxmlrpc / 0006-narrowing.patch
blob43a5ca5f4046809acf4e947d5b63ac5e36758f60
1 Fix build with gcc6
3 Downloaded from
4 https://build.opensuse.org/package/view_file/devel:libraries:c_c++/xmlrpc-c/narrowing.patch
6 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
8 Index: xmlrpc-c-1.33.18/src/cpp/base64.cpp
9 ===================================================================
10 --- xmlrpc-c-1.33.18.orig/src/cpp/base64.cpp
11 +++ xmlrpc-c-1.33.18/src/cpp/base64.cpp
12 @@ -14,7 +14,7 @@ using namespace xmlrpc_c;
14 namespace {
16 -char const table_a2b_base64[] = {
17 +signed char const table_a2b_base64[] = {
18 -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1,
19 -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1,
20 -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,62, -1,-1,-1,63,