[Debichem-devel] Bug#959539: libodsstream FTBFS on 32bit: error: ‘virtual void CalcWriterInterface::writeCell(unsigned int) ’ cannot be overloaded with ‘virtual void CalcWriterInterface::writeCell(std::size_t) ’

Adrian Bunk bunk at debian.org
Sun May 3 13:52:14 BST 2020


Source: libodsstream
Version: 0.7.5-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/package.php?p=libodsstream&suite=sid

...
In file included from /<<PKGBUILDDIR>>/src/odsstream/odsdocwriter.h:28,
                 from /<<PKGBUILDDIR>>/src/odsstream/odsdocwriter.cpp:20:
/<<PKGBUILDDIR>>/src/odsstream/calcwriterinterface.h:94:3: error: ‘virtual void CalcWriterInterface::writeCell(unsigned int)’ cannot be overloaded with ‘virtual void CalcWriterInterface::writeCell(std::size_t)’
   94 |   writeCell(unsigned int posInteger)
      |   ^~~~~~~~~
/<<PKGBUILDDIR>>/src/odsstream/calcwriterinterface.h:83:16: note: previous declaration ‘virtual void CalcWriterInterface::writeCell(std::size_t)’
   83 |   virtual void writeCell(std::size_t number) = 0;
      |                ^~~~~~~~~


More information about the Debichem-devel mailing list