summaryrefslogtreecommitdiff
path: root/tests/test9.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test9.cpp')
-rw-r--r--tests/test9.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test9.cpp b/tests/test9.cpp
index e3ae237..cad0f05 100644
--- a/tests/test9.cpp
+++ b/tests/test9.cpp
@@ -71,7 +71,7 @@ PRODUCER_PREPARE_AGAIN:
for( int j = 0; j < NOF_PRODUCER_OPS; j++ ) {
PRODUCER_INS_AGAIN:
try {
- result r = t.prepared( "ins" )( no * 100000 + i * 1000 + j ).exec( );
+ result r = t.prepared( "ins" )( (int)no * 100000 + i * 1000 + j ).exec( );
assert( r.affected_rows( ) == 1 );
t.commit( );
} catch( const database_locked& e ) {