1
0
Fork 0

silence compiler

This commit is contained in:
Jan Steemann 2014-03-13 20:09:43 +01:00
parent 428ab599f4
commit bef0a661a1
1 changed files with 1 additions and 2 deletions

View File

@ -98,10 +98,9 @@ namespace triagens {
}
case Handler::HANDLER_FAILED:
default:
return Job::status_t(Job::JOB_FAILED);
}
return Job::status_t(Job::JOB_FAILED);
}
status_e status;