8000 Fix libev cb · allisdeepak/arangodb@2b31161 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2b31161

Browse files
author
Andreas Streichardt
committed
Fix libev cb
1 parent 93374cb commit 2b31161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arangod/Scheduler/SchedulerLibev.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ void SchedulerLibev::switchAllocator() {
204204
}
205205
}
206206

207-
static void LibEvErrorLogger(const char *msg) {
207+
static void LibEvErrorLogger(const char *msg) EV_THROW {
208208
#if _WIN32
209209
TRI_ERRORBUF;
210210
TRI_SYSTEM_ERROR();

0 commit comments

Comments
 (0)
0