mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
fix warning on vc++
This commit is contained in:
parent
2be1bc8652
commit
5e557f4071
@ -137,7 +137,7 @@ namespace mongo {
|
||||
// $nExtents is just for testing - always allocate new extents
|
||||
// rather than reuse existing extents so we have some predictibility
|
||||
// in the extent size used by our tests
|
||||
database->suitableFile( size )->createExtent( ns, (int) size, newCapped );
|
||||
database->suitableFile( (int) size )->createExtent( ns, (int) size, newCapped );
|
||||
}
|
||||
} else {
|
||||
while ( size > 0 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user