0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

elikm warning

This commit is contained in:
Dwight 2010-09-13 09:02:33 -04:00
parent 161ab16e36
commit 323543df36
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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 );