-Werror,-Wformat
Change-Id: I60589ff9a5b47bcc3c749238a9cd3d8e910b7ba5
This commit is contained in:
@@ -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() )
|
||||||
|
Reference in New Issue
Block a user