Package: ipe
Version: 6.0pre26-2
Severity: serious

There was an error while trying to autobuild your package:

> Automatic build of ipe_6.0pre26-2 on debian-31 by sbuild/s390 85
[...]
> make[2]: Entering directory `/build/buildd/ipe-6.0pre26/src/ipetopng'
> g++ -c -pipe -O2 -D_REENTRANT -Wall -W -Werror  -DQT_NO_CAST_FROM_ASCII 
> -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt4/mkspecs/linux-g++ 
> -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 
> -I../include -I../ipemodel -I../ipecanvas -I../../build/moc/ipetopng -I. -o 
> ../../build/obj/ipetopng/ipetopng.o ipetopng.cpp
> cc1plus: warnings being treated as errors
> ipetopng.cpp: In function 'int topng(const char*, const char*, int, double)':
> ipetopng.cpp:77: warning: format '%d' expects type 'int', but argument 3 has 
> type 'size_t'
> make[2]: *** [../../build/obj/ipetopng/ipetopng.o] Error 1
> make[2]: Leaving directory `/build/buildd/ipe-6.0pre26/src/ipetopng'

Please use %zu for size_t. size_t is either unsigned or unsigned long,
depending on the architecture.

Bastian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to