Fix build failures

Narrowing type conversions in schemarouter and avrorouter.
This commit is contained in:
Markus Mäkelä
2019-05-10 10:36:24 +03:00
parent de95fcc9d6
commit 603eac9cf8
2 changed files with 2 additions and 2 deletions

View File

@ -493,7 +493,7 @@ extern "C" MXS_MODULE* MXS_CREATE_MODULE()
NULL
};
auto caps = RCAP_TYPE_NO_RSESSION | RCAP_TYPE_NO_AUTH;
static uint64_t caps = RCAP_TYPE_NO_RSESSION | RCAP_TYPE_NO_AUTH;
static MXS_MODULE info =
{