8000 fix MSVC compile warning · sleepycat/arangodb@769d58e · GitHub
[go: up one dir, main page]

Skip to content

Commit 769d58e

Browse files
committed
fix MSVC compile warning
1 parent 9a8e2bc commit 769d58e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arangod/VocBase/LogicalCollection.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class IndexFillerTask : public basics::LocalTask {
8787

8888
try {
8989
_idx->batchInsert(_trx, _documents, _queue);
90-
} catch (std::exception& e) {
90+
} catch (std::exception const&) {
9191
_queue->setStatus(TRI_ERROR_INTERNAL);
9292
}
9393

0 commit comments

Comments
 (0)
0