Fix build with GCC.

This commit is contained in:
John Preston
2025-12-05 23:09:40 +04:00
parent 30bd3ed013
commit e085a76165
3 changed files with 0 additions and 18 deletions
@@ -3972,9 +3972,6 @@ void Session::webpageApplyFields(
using WebPageAuctionPtr = std::unique_ptr<WebPageAuction>;
const auto lookupAuction = [&]() -> WebPageAuctionPtr {
const auto toUint = [](const MTPint &c) {
return (uint32(1) << 24) | uint32(c.v);
};
if (const auto attributes = data.vattributes()) {
for (const auto &attribute : attributes->v) {
return attribute.match([&](