1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Fix clang-cl warnings

This commit is contained in:
Vladislav Vaintroub
2019-07-01 00:39:45 +02:00
parent 9c9e0ac73d
commit bd917e0811
8 changed files with 14 additions and 10 deletions

View File

@@ -1865,7 +1865,7 @@ static enum json_types smart_read_value(json_engine_t *je,
*value_len= (int) ((char *) je->s.c_str - *value);
}
return je->value_type;
return (enum json_types)je->value_type;
err_return:
return JSV_BAD_JSON;