-Werror,-Wformat

Change-Id: I60589ff9a5b47bcc3c749238a9cd3d8e910b7ba5
This commit is contained in:
Stephan Bergmann
2015-11-27 09:02:20 +01:00
parent 1cb4fa3391
commit d8a4233990

View File

@@ -463,7 +463,7 @@ void SvIdlDataBase::WriteError( const OString& rErrWrn,
sal_uLong nRow, sal_uLong nColumn )
{
// error treatment
fprintf( stderr, "\n%s --- %s: ( %ld, %ld )\n",
fprintf( stderr, "\n%s --- %s: ( %" SAL_PRIuUINTPTR ", %" SAL_PRIuUINTPTR " )\n",
rFileName.getStr(), rErrWrn.getStr(), nRow, nColumn );
if( !rErrorText.isEmpty() )