HaikuArchives / BePodder

A media aggregator (and more)
MIT License
5 stars 9 forks source link

Build failure using gcc 7.3.0 on 64 bit #70

Closed Vidrep closed 6 years ago

Vidrep commented 6 years ago

Welcome to the Haiku shell.

~/HaikuArchives/BePodder/sources> make g++ -c ../sources-experimental/htmlparse.cpp -iquote./ -iquote../sources-experimental/ -iquoteobjects.x86_64-cc7-release/ -iquoteresources/ -isystem../include -isystem../include/curl -isystem../include/runview -isystem../include/libfunky -isystem../include/libfish -isystem/boot/system/develop/headers/private/interface -isystem/boot/system/develop/headers/private/shared -O3 -Wno-sign-compare -Wno-overloaded-virtual -I/packages/libxml2-2.9.7-2/.self/develop/headers/libxml2 -o "objects.x86_64-cc7-release/htmlparse.o" ../sources-experimental/htmlparse.cpp: In function 'int parse_html(char*, int)': ../sources-experimental/htmlparse.cpp:148:9: error: narrowing conversion of '25' from 'int' to 'char' inside { } [-Wnarrowing] }; ^ ../sources-experimental/htmlparse.cpp:148:9: error: narrowing conversion of '24' from 'int' to 'char' inside { } [-Wnarrowing] ../sources-experimental/htmlparse.cpp:148:9: error: narrowing conversion of '24' from 'int' to 'char' inside { } [-Wnarrowing] ../sources-experimental/htmlparse.cpp:148:9: error: narrowing conversion of '22' from 'int' to 'char' inside { } [-Wnarrowing] ../sources-experimental/htmlparse.cpp:148:9: error: narrowing conversion of '19' from 'int' to 'char' inside { } [-Wnarrowing] /boot/system/develop/etc/makefile-engine:291: recipe for target 'objects.x86_64-cc7-release/htmlparse.o' failed make: *** [objects.x86_64-cc7-release/htmlparse.o] Error 1 ~/HaikuArchives/BePodder/sources>