mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "authorization_set.cpp: relax serialization of unknown tags" am: 949ab7dbb9
am: eba18e906f
Change-Id: I82a53918263dde2cd133d7f4447b917bf2b990c2
This commit is contained in:
@@ -261,9 +261,8 @@ struct choose_serializer<MetaList<Tags...>> {
|
||||
template <>
|
||||
struct choose_serializer<> {
|
||||
static OutStreams& serialize(OutStreams& out, const KeyParameter& param) {
|
||||
LOG(FATAL) << "Trying to serialize unknown tag " << unsigned(param.tag)
|
||||
LOG(ERROR) << "Trying to serialize unknown tag " << unsigned(param.tag)
|
||||
<< ". Did you forget to add it to all_tags_t?";
|
||||
abort();
|
||||
return out;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user