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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user