[Libreoffice] [PATCH] SAL_PRIxUINT32 instead of bare %x

Takeshi Abe tabe at fixedpoint.jp
Fri Dec 10 07:25:32 PST 2010


Hi,

I got a following warning in the build of sw:
---
Compiling: sw/source/filter/ww8/ww8par.cxx
/home/tabe/libo/clone/writer/sw/source/filter/ww8/ww8par.cxx: In member function 'virtual void Sttb::Print(FILE*)':
/home/tabe/libo/clone/writer/sw/source/filter/ww8/ww8par.cxx:216: warning: format '%x' expects type 'unsigned int', but argument 3 has type 'sal_uInt32'
---

The attached one just suppresses it.

Cheers,
-- Takeshi Abe


More information about the LibreOffice mailing list