Ubuntu 19.04 warnings
Trying to compile Kea on Ubuntu 19.04 with g++ 8.3 with MySQL support it fails with 2 warnings:
- a static cast with a const type (illegal because type qualifiers are not allowed): fix is to remove the const which BTW is useless
- an unused parameter in a lambda: fix is to remove the parameter name.