switch default case was added
"error: switch missing default case [-Werror=switch-default]" was fixed
This commit is contained in:
parent
4ebc6c2334
commit
622797c185
@ -1217,6 +1217,8 @@ std::shared_ptr<schema> type_schema::make(json &schema,
|
||||
|
||||
case json::value_t::binary:
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user