mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
elikm warning
This commit is contained in:
parent
161ab16e36
commit
323543df36
@ -9,7 +9,6 @@ EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{2B262D59-9DC7-4BF1-A431-1BD4966899A5}"
|
||||
ProjectSection(SolutionItems) = preProject
|
||||
..\tools\bridge.cpp = ..\tools\bridge.cpp
|
||||
..\tools\bsondump.cpp = ..\tools\bsondump.cpp
|
||||
..\tools\export.cpp = ..\tools\export.cpp
|
||||
..\tools\import.cpp = ..\tools\import.cpp
|
||||
..\tools\restore.cpp = ..\tools\restore.cpp
|
||||
|
@ -505,7 +505,7 @@ namespace BasicTests {
|
||||
try {
|
||||
q.blockingPop( 5 );
|
||||
}
|
||||
catch ( BlockingQueue<int>::Timeout& t ){
|
||||
catch ( BlockingQueue<int>::Timeout& ){
|
||||
}
|
||||
ASSERT( t.seconds() > 3 && t.seconds() < 9 );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user