Kaydet (Commit) 1518468a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: format '%d' expects type 'int', but argument 3 has type 'sal_Int32'

üst 19ef5bcc
......@@ -828,7 +828,7 @@ void OStatement_Base::setResultSetType(sal_Int32 _par0)
nSet = SQL_SENSITIVE;
break;
default:
fprintf(stderr, "_par0=%d\n", _par0);
fprintf(stderr, "_par0=%d\n", (int) _par0);
OSL_FAIL( "OStatement_Base::setResultSetType: invalid result set type!" );
break;
}
......
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