Beta version 4.11.4: Fix build with GCC.

This commit is contained in:
John Preston 2023-11-06 20:31:11 +04:00
parent 86d6280776
commit 4e915e9d1a
4 changed files with 1 additions and 4 deletions

View file

@ -1829,7 +1829,6 @@ void Message::toggleReplyRipple(bool pressed) {
if (!unwrapped()) {
const auto &padding = st::msgPadding;
const auto geometry = countGeometry();
const auto item = data();
const auto margins = reply->margins();
const auto size = QSize(
geometry.width() - padding.left() - padding.right(),

View file

@ -388,7 +388,6 @@ void Reply::updateName(
not_null<HistoryMessageReply*> data,
std::optional<PeerData*> resolvedSender) const {
auto viaBotUsername = QString();
const auto story = data->resolvedStory.get();
const auto message = data->resolvedMessage.get();
if (message && !message->Has<HistoryMessageForwarded>()) {
if (const auto bot = message->viaBot()) {

View file

@ -93,7 +93,6 @@ void SelectCountriesBox(
buttons.reserve(countries.size());
for (const auto &country : countries) {
const auto flag = Countries::Instance().flagEmojiByISO2(country.iso2);
const auto asd = Ui::Emoji::Find(flag);
if (!Ui::Emoji::Find(flag)) {
continue;
}

@ -1 +1 @@
Subproject commit f59c13455ce53933b9024fa32fd3a5f4e7ed0405
Subproject commit 0837a6364d85fc2b057d14b3548d7d7b644adab3