From 41485625eeed7d42935c7f06157ae45be3aa76e3 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 7 Jun 2023 21:12:45 +0300 Subject: =?UTF-8?q?fixes=20#3390=20(Telegram:=20=D0=BD=D0=B5=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D1=83=D1=87=D0=B0=D0=B5=D1=82=D1=81=D1=8F=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0,=20=D1=81=20=D0=BA=D0=BE=D1=82=D0=BE=D1=80=D1=8B=D0=BC?= =?UTF-8?q?=20=D1=83=D0=B6=D0=B5=20=D0=B1=D1=8B=D0=BB=D0=BE=20=D0=B2=D0=B7?= =?UTF-8?q?=D0=B0=D0=B8=D0=BC=D0=BE=D0=B4=D0=B5=D0=B9=D1=81=D1=82=D0=B2?= =?UTF-8?q?=D0=B8=D0=B5,=20=D0=BD=D0=BE=20=D0=BF=D0=BE=D1=82=D0=BE=D0=BC?= =?UTF-8?q?=20=D0=B4=D0=B8=D0=B0=D0=BB=D0=BE=D0=B3=20=D0=B1=D1=8B=D0=BB=20?= =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protocols/Telegram/tdlib/td/td/tl/TlObject.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Telegram/tdlib/td') diff --git a/protocols/Telegram/tdlib/td/td/tl/TlObject.h b/protocols/Telegram/tdlib/td/td/tl/TlObject.h index c1b363fc97..d6c9e1cd9d 100644 --- a/protocols/Telegram/tdlib/td/td/tl/TlObject.h +++ b/protocols/Telegram/tdlib/td/td/tl/TlObject.h @@ -39,14 +39,14 @@ class TlObject { * Appends the object to the storer serializing object, a buffer of fixed length. * \param[in] s Storer to which the object will be appended. */ - virtual void store(TlStorerUnsafe &s) const { + virtual void store(TlStorerUnsafe &) const { } /** * Appends the object to the storer, calculating the TL-length of the serialized object. * \param[in] s Storer to which the object will be appended. */ - virtual void store(TlStorerCalcLength &s) const { + virtual void store(TlStorerCalcLength &) const { } /** -- cgit v1.2.3