mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-28 06:56:29 -05:00
lm: Resolve -Wextra-semi warning
Resolves a trivial warning with clang.
This commit is contained in:
@@ -46,7 +46,7 @@ struct hash<Service::LM::LogPacketHeaderEntry> {
|
|||||||
boost::hash_combine(seed, k.severity);
|
boost::hash_combine(seed, k.severity);
|
||||||
boost::hash_combine(seed, k.verbosity);
|
boost::hash_combine(seed, k.verbosity);
|
||||||
return seed;
|
return seed;
|
||||||
};
|
}
|
||||||
};
|
};
|
||||||
} // namespace std
|
} // namespace std
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user