Project

General

Profile

Actions

Bug #2380

closed

Build mit gcc-6 schlägt fehl

Added by sraue about 8 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
04/22/2016
Due date:
% Done:

100%

Estimated time:

Description

/home/stephan/projects/openelec-7.91.git/build.OpenELEC-Generic.x86_64-8.0-devel/toolchain/bin/x86_64-openelec-linux-gnu-g++ -march=x86-64 -m64 -fomit-frame-pointer -Wall -pipe -Os -fexcess-precision=fast -flto -ffat-lto-objects -mmmx -msse -msse2 -mfpmath=sse -fPIC -c -D_GNU_SOURCE -D_XOPEN_SOURCE -DPLUGIN_NAME_I18N='"xmltv2vdr"' -I/home/stephan/projects/openelec-7.91.git/build.OpenELEC-Generic.x86_64-8.0-devel/vdr-2.2.0/include -DPCRE_STATIC -I/home/stephan/projects/openelec-7.91.git/build.OpenELEC-Generic.x86_64-8.0-devel/toolchain/x86_64-openelec-linux-gnu/sysroot/usr/include/libxml2 maps.cpp
maps.cpp: In member function 'void cEPGMapping::addchannels(const char*)':
maps.cpp:211:44: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     while (token=strtok_r(str1,";",&saveptr))
                                            ^
source.cpp: In member function 'void cEPGSources::ReadIn(cGlobals*, bool)':
source.cpp:920:30: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     while (dirent=readdir(dir))
                              ^
setup.cpp: In member function 'virtual eOSState cMenuSetupXmltv2vdrOrder::ProcessKey(eKeys)':
setup.cpp:619:9: warning: case value '32769' not in enumerated type 'eKeys' [-Wswitch]
         case kDown|k_Repeat:
         ^~~~
setup.cpp: In member function 'virtual eOSState cMenuSetupXmltv2vdrChannelMap::ProcessKey(eKeys)':
setup.cpp:1178:9: warning: case value '32769' not in enumerated type 'eKeys' [-Wswitch]
         case kDown|k_Repeat:
         ^~~~
setup.cpp:1172:9: warning: case value '32773' not in enumerated type 'eKeys' [-Wswitch]
         case kLeft|k_Repeat:
         ^~~~
setup.cpp:1174:9: warning: case value '32774' not in enumerated type 'eKeys' [-Wswitch]
         case kRight|k_Repeat:
         ^~~~
import.cpp: In member function 'char* cImport::Add2Description(char*, const char*, int)':
import.cpp:253:49: error: cannot convert 'bool' to 'char*' in return
     if (asprintf(&value,"%i",Value)==-1) return false;
                                                 ^~~~~
import.cpp: In member function 'char* cImport::AddEOT2Description(char*, bool)':
import.cpp:264:39: error: narrowing conversion of '194' from 'int' to 'char' inside { } [-Wnarrowing]
     const char nbspUTF8[]={0xc2,0xa0,0};
                                       ^
import.cpp:264:39: error: narrowing conversion of '160' from 'int' to 'char' inside { } [-Wnarrowing]
import.cpp:280:42: error: narrowing conversion of '160' from 'int' to 'char' inside { } [-Wnarrowing]
                 const char nbsp[]={0xa0,0};
                                          ^
Makefile:70: recipe for target 'import.o' failed
make: *** [import.o] Error 1

Actions #1

Updated by Joe_D about 7 years ago

  • Status changed from New to Feedback
  • Assignee set to Joe_D
  • % Done changed from 0 to 90

Please try latest GIT and report!

Actions #2

Updated by Joe_D almost 7 years ago

  • Status changed from Feedback to Closed
  • % Done changed from 90 to 100

no response -> closed

Actions

Also available in: Atom PDF