On 16 February 2017 at 07:02, Jonathan Wakely wrote: > libffado has more of these stupid errors that have affected dozens of > packages because [expletives deleted]: > > src/libieee1394/configrom.cpp: In member function 'bool > ConfigRom::initialize()': > src/libieee1394/configrom.cpp:179:31: error: ISO C++ forbids comparison > between pointer and integer [-fpermissive] > while ((buf + len - 1) == '\0') { > ^~~~ > src/libieee1394/configrom.cpp:198:31: error: ISO C++ forbids comparison > between pointer and integer [-fpermissive] > while ((buf + len - 1) == '\0') { > ^~~~ > > That should probably be dereferencing (buf + len -1) Yeah we got them fixed upstream. I see that you applied the fix and rebuilt the package. Thank you for your work! Orcan _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx