Kaydet (Commit) d8a42339 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wformat

Change-Id: I60589ff9a5b47bcc3c749238a9cd3d8e910b7ba5
üst 1cb4fa33
...@@ -463,7 +463,7 @@ void SvIdlDataBase::WriteError( const OString& rErrWrn, ...@@ -463,7 +463,7 @@ void SvIdlDataBase::WriteError( const OString& rErrWrn,
sal_uLong nRow, sal_uLong nColumn ) sal_uLong nRow, sal_uLong nColumn )
{ {
// error treatment // 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 ); rFileName.getStr(), rErrWrn.getStr(), nRow, nColumn );
if( !rErrorText.isEmpty() ) if( !rErrorText.isEmpty() )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment