diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-27 09:02:20 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-28 08:44:49 +0100 |
commit | d8a423399014b77d58d4546564ea4f44e1a5cf0b (patch) | |
tree | 274a80cf26d5b17159dbfd090260c84e0d62e282 /idl | |
parent | 1cb4fa339159f6d22b28ba2da98284f265ca1c1d (diff) |
-Werror,-Wformat
Change-Id: I60589ff9a5b47bcc3c749238a9cd3d8e910b7ba5
Diffstat (limited to 'idl')
-rw-r--r-- | idl/source/prj/database.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/idl/source/prj/database.cxx b/idl/source/prj/database.cxx index 4f513a0251c8..5dccf9b97937 100644 --- a/idl/source/prj/database.cxx +++ b/idl/source/prj/database.cxx @@ -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() ) |