2022-06-25 12:34 ftp://ftp.de.debian.org/debian/pool/main/t/telegram-desktop/telegram-desktop_3.7.3+ds.orig.tar.xz cppcheck-options: --library=posix --library=gnu --showtime=top5 --check-library --inconclusive --enable=style,information --template=daca2 -D__GNUC__ --platform=unix64 -rp=temp -j2 platform: Linux-5.4.0-110-generic-x86_64-with-glibc2.29 python: 3.8.10 client-version: 1.3.24 compiler: g++ (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 cppcheck: head 2.8 head-info: 63e567e (2022-06-25 08:38:17 +0200) count: 2925 2889 elapsed-time: 39.0 47.4 head-timing-info: Overall time: 0s old-timing-info: Overall time: 0s head results: tdesktop-3.7.3-full/Telegram/SourceFiles/_other/packer.cpp:508:0: error: #error Unknown platform! [preprocessorErrorDirective] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_linux.cpp:61:17: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_linux.cpp:141:28: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_linux.cpp:251:29: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_linux.cpp:328:5: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_linux.cpp:426:26: portability: Non reentrant function 'getpwuid' called. For threadsafe applications it is recommended to use the reentrant replacement function 'getpwuid_r'. [prohibitedgetpwuidCalled] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_linux.cpp:178:16: style: The comparison 'status == 0' is always true. [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_linux.cpp:173:15: note: 'status' is assigned value '0' here. tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_linux.cpp:178:16: note: The comparison 'status == 0' is always true. tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_linux.cpp:489:8: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:34:19: style: Condition 'errorTextFormatted' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:22:30: note: Assignment 'errorTextFormatted=nullptr', assigned value is 0 tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:34:19: note: Condition 'errorTextFormatted' is always false tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:289:68: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:309:60: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:311:57: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:313:55: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:315:68: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:317:57: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:320:54: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:321:58: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:322:59: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:346:7: style: The scope of the variable 'needupdate' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:447:12: style: Local variable 'hres' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:444:11: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/_other/updater_win.cpp:447:12: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_authorizations.cpp:99:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_bot.cpp:195:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_chat_invite.cpp:124:8: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_chat_invite.cpp:223:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_confirm_phone.cpp:68:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_confirm_phone.cpp:79:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_global_privacy.cpp:44:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_invite_links.cpp:103:8: style: The scope of the variable 'callbacks' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_invite_links.cpp:258:8: style: The scope of the variable 'callbacks' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_invite_links.cpp:359:8: style: The scope of the variable 'callbacks' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_invite_links.cpp:394:8: style: The scope of the variable 'callbacks' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_invite_links.cpp:434:19: style: Local variable 'permanent' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_invite_links.cpp:426:14: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_invite_links.cpp:434:19: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_invite_links.cpp:524:10: style: Consider using std::replace_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_messages_search_merged.cpp:45:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_messages_search_merged.cpp:59:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_report.cpp:60:11: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_user_privacy.cpp:295:70: error: Internal error. AST cyclic dependency. [cppcheckError] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_updates.cpp:263:7: error: Syntax Error: AST broken, 'peer' doesn't have a parent. [internalAstError] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_who_reacted.cpp:495:8: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_who_reacted.cpp:219:14: style: Local variable 'context' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_who_reacted.cpp:212:22: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_who_reacted.cpp:219:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_who_reacted.cpp:270:14: style: Local variable 'context' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_who_reacted.cpp:263:22: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_who_reacted.cpp:270:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_who_reacted.cpp:171:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_who_reacted.cpp:497:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_who_reacted.cpp:530:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/api/api_who_reacted.cpp:118:23: style: struct member 'State::userpics' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/about_sponsored_box.cpp:44:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/localimageloader.h:65:2: warning: Member variable 'SendMediaReady::type' is not initialized in the constructor. [uninitMemberVar] tdesktop-3.7.3-full/Telegram/SourceFiles/data/stickers/data_stickers.h:209:7: performance:inconclusive: Technically the member function 'Data::Stickers::updateNeeded' can be static (but you may consider moving to unnamed namespace). [functionStatic] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/sender.h:406:4: style: Struct 'helper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/sender.h:408:4: style: Struct 'helper' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/data/notify/data_notify_settings.h:29:2: style: Class 'NotifySettings' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_drafts.h:116:2: style: Class 'DraftKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_sparse_ids.h:58:2: style: Class 'SparseIdsMergedSlice' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_channel_admins.h:14:2: style: Class 'ChannelAdminChanges' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_key.h:26:2: style: Class 'Key' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_key.h:28:2: style: Class 'Key' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_key.h:29:2: style: Class 'Key' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_key.h:30:2: style: Class 'Key' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_key.h:32:2: style: Class 'Key' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_key.h:33:2: style: Class 'Key' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.h:125:2: style: Class 'Application' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.h:335:3: style: Struct 'InstanceSetter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history.h:661:2: style: Class 'HistoryBlock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_item_components.h:427:2: style: Struct 'HistoryDocumentVoicePlayback' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/window/notifications_manager.h:122:3: style: Struct 'NotificationInHistoryKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_session_controller.h:133:2: style: Struct 'SectionShow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_session_controller.h:141:2: style: Struct 'SectionShow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/message_field.h:80:2: style: Class 'MessageLinksParser' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/attach/attach_prepare.h:68:2: style: Struct 'PreparedFile' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/localimageloader.h:154:2: style: Class 'TaskQueueWorker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_shared_media.h:110:2: style: Struct 'SharedMediaRemoveAll' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_shared_media.h:123:2: style: Struct 'SharedMediaInvalidateBottom' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/apiwrap.cpp:3621:72: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/sender.h:345:14: style: Local variable 'request' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/sender.h:331:48: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/sender.h:345:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/apiwrap.cpp:153:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_channel.h:74:44: performance:inconclusive: Function parameter 'rights' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_shared_media.h:42:56: performance:inconclusive: Function parameter 'types' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_shared_media.h:55:24: performance:inconclusive: Function parameter 'types' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_shared_media.h:96:24: performance:inconclusive: Function parameter 'types' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_shared_media.h:112:24: performance:inconclusive: Function parameter 'types' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_drafts.h:133:22: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/add_contact_box.cpp:224:3: style: Struct 'ChatRow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/add_contact_box.cpp:805:20: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/add_contact_box.cpp:931:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/add_contact_box.cpp:935:15: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/add_contact_box.cpp:1570:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/auto_lock_box.cpp:104:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/auto_lock_box.cpp:119:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/auto_download_box.cpp:119:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/background_preview_box.cpp:162:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/background_preview_box.cpp:230:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/background_preview_box.cpp:237:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/background_box.cpp:152:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/background_box.cpp:159:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/background_box.cpp:203:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/background_box.cpp:208:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/background_box.cpp:214:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/background_box.cpp:271:32: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/change_phone_box.cpp:53:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/choose_filter_box.cpp:201:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/choose_filter_box.cpp:232:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:694:16: warning: Return value of function _list.back()->removeClicks() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:102:8: style:inconclusive: Technically the member function '::Options::Option::clearValue' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:378:23: note: Technically the member function '::Options::Option::clearValue' can be const. tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:102:8: note: Technically the member function '::Options::Option::clearValue' can be const. tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:720:49: style:inconclusive: Function 'removeDestroyed' argument 1 names different: declaration 'field' definition 'option'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:140:41: note: Function 'removeDestroyed' argument 1 names different: declaration 'field' definition 'option'. tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:720:49: note: Function 'removeDestroyed' argument 1 names different: declaration 'field' definition 'option'. tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:296:13: style: Local variable 'field' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:107:29: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:296:13: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:333:13: style: Local variable 'field' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:107:29: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:333:13: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:238:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:243:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:279:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:315:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:320:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:342:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:414:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:695:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:808:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:868:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:974:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:993:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:1000:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:1103:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/create_poll_box.cpp:1108:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:747:15: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:742:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:747:15: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:588:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:676:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:681:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:686:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:706:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:781:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:789:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:794:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:799:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:804:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:809:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:844:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:954:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:986:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:990:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:1012:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:1016:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/connection_box.cpp:1078:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/delete_messages_box.cpp:156:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/dictionaries_manager.cpp:142:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/dictionaries_manager.cpp:144:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/dictionaries_manager.cpp:199:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/dictionaries_manager.cpp:216:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/dictionaries_manager.cpp:223:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/dictionaries_manager.cpp:280:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/dictionaries_manager.cpp:354:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/dictionaries_manager.cpp:421:15: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/dictionaries_manager.cpp:435:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/dictionaries_manager.cpp:67:44: performance: Function parameter 'dicts' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/edit_caption_box.cpp:134:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/edit_color_box.cpp:833:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/edit_color_box.cpp:837:15: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/edit_privacy_box.cpp:377:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/edit_privacy_box.cpp:385:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_chats_list.cpp:108:13: style: Local variable 'flag' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_chats_list.cpp:51:21: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_chats_list.cpp:108:13: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_chats_list.cpp:350:12: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_chats_list.cpp:344:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_chats_list.cpp:350:12: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_chats_list.cpp:274:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_chats_list.cpp:284:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_chats_list.cpp:398:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_chats_list.cpp:403:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_box.cpp:120:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_box.cpp:135:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_box.cpp:392:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_box.cpp:398:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_box.cpp:407:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_box.cpp:425:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_box.cpp:112:24: performance:inconclusive: Function parameter 'peers' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/filters/edit_filter_box.cpp:190:15: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/local_storage_box.cpp:289:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/local_storage_box.cpp:380:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/local_storage_box.cpp:432:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/max_invite_box.cpp:79:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:816:14: style: Local variable 'selected' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:57:6: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:816:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:1027:13: style: Local variable 'filter' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:178:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:1027:13: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:971:25: style: Local variable 'index' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:969:18: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:971:25: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:1005:25: style: Local variable 'index' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:1003:18: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:1005:25: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:898:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:921:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:941:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:949:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:1113:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:1129:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:1203:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/language_box.cpp:568:34: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peer_list_box.cpp:95:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peer_list_box.cpp:153:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peer_list_box.cpp:165:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/passcode_box.cpp:440:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/passcode_box.cpp:438:6: note: outer condition: weak tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/passcode_box.cpp:440:7: note: identical inner condition: weak tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/passcode_box.cpp:464:7: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/passcode_box.cpp:457:6: note: outer condition: weak tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/passcode_box.cpp:464:7: note: identical inner condition: weak tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/passcode_box.cpp:443:8: style: Condition 'weak' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/passcode_box.cpp:49:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/passcode_box.cpp:122:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/passcode_box.cpp:598:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/passcode_box.cpp:1112:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/passcode_box.cpp:1115:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/passcode_box.cpp:1301:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/passcode_box.cpp:1312:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peer_list_controllers.cpp:245:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peer_list_controllers.cpp:251:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peer_list_controllers.cpp:256:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peer_list_controllers.cpp:359:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peer_list_controllers.cpp:416:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peer_lists_box.cpp:91:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peer_lists_box.cpp:159:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peer_lists_box.cpp:169:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peer_lists_box.cpp:96:35: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peer_lists_box.cpp:198:36: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/add_bot_to_chat_box.cpp:104:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/add_bot_to_chat_box.cpp:106:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/add_bot_to_chat_box.cpp:414:33: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/add_bot_to_chat_box.cpp:428:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/add_bot_to_chat_box.cpp:458:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_contact_box.cpp:168:28: warning: Access of moved variable 'preparedLast'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_contact_box.cpp:166:4: note: Calling std::move(preparedLast) tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_contact_box.cpp:168:28: note: Access of moved variable 'preparedLast'. tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/add_participants_box.cpp:212:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/add_participants_box.cpp:285:22: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/add_participants_box.cpp:411:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_linked_chat_box.cpp:76:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participant_box.cpp:830:21: style: The statement 'if (_until!=value) _until=value' is logically equivalent to '_until=value'. [duplicateConditionalAssign] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participant_box.cpp:831:11: note: Assignment '_until=value' tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participant_box.cpp:830:21: note: Condition '_until!=value' is redundant tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participant_box.cpp:95:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participant_box.cpp:267:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participant_box.cpp:352:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participant_box.cpp:587:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp:305:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp:791:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp:889:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp:910:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp:1102:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp:1108:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp:1125:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp:1229:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp:2006:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp:301:37: style: Parameter 'channel' can be declared as pointer to const [constParameter] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:1180:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:221:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:430:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:434:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:809:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:1065:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:1182:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:1665:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:1720:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:754:18: style: Parameter 'chat' can be declared as pointer to const [constParameter] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:619:24: warning: Access of moved variable 'checked'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:618:28: note: Calling std::move(checked) tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:619:24: note: Access of moved variable 'checked'. tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:837:34: warning: Access of moved variable 'checked'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:836:33: note: Calling std::move(checked) tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:837:34: note: Access of moved variable 'checked'. tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:683:10: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:480:2: warning: Return value of function dataValue() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:672:2: warning: Return value of function dataValue() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:862:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:323:2: performance: Variable '_data' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:295:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:299:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:421:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:481:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:542:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:673:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:691:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:864:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:942:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:1020:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:1056:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:1078:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:1344:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_link.cpp:1026:42: style: struct member 'JoinedState::list' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_links.cpp:755:17: style: Virtual function 'session' is called from destructor '~AdminsController()' at line 774. Dynamic binding is not used. [virtualCallInConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_links.cpp:774:2: note: Calling session tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_links.cpp:755:17: note: session is a virtual function tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_links.cpp:711:8: style: Local variable 'p' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_links.cpp:684:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_links.cpp:711:8: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_links.cpp:236:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_links.cpp:243:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_links.cpp:448:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_links.cpp:457:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_links.cpp:479:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_links.cpp:951:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_links.cpp:1003:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_links.cpp:1017:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_invite_links.cpp:450:10: style: Consider using std::generate algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_reactions.cpp:68:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_reactions.cpp:114:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_permissions_box.cpp:580:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_permissions_box.cpp:732:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_permissions_box.cpp:767:39: performance: Function parameter 'disabledMessages' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_permissions_box.cpp:788:38: performance: Function parameter 'disabledMessages' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_permissions_box.cpp:125:10: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/peer_short_info_box.cpp:102:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/peer_short_info_box.cpp:104:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/peer_short_info_box.cpp:109:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/peer_short_info_box.cpp:114:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_type_box.cpp:221:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_type_box.cpp:367:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_type_box.cpp:371:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_type_box.cpp:555:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_type_box.cpp:643:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/prepare_short_info_box.cpp:338:6: style: Condition '!changedPhotoId' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/prepare_short_info_box.cpp:322:24: note: wasPhotoId is assigned 'state->photoId' here. tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/prepare_short_info_box.cpp:326:46: note: Assignment 'changedPhotoId=state->photoId!=wasPhotoId', assigned value is 0 tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/prepare_short_info_box.cpp:338:6: note: Condition '!changedPhotoId' is always true tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/prepare_short_info_box.cpp:379:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/prepare_short_info_box.cpp:389:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/prepare_short_info_box.cpp:398:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/prepare_short_info_box.cpp:413:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/prepare_short_info_box.cpp:440:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/prepare_short_info_box.cpp:443:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/prepare_short_info_box.cpp:41:49: style: struct member 'UserpicState::photoPreloads' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/prepare_short_info_box.cpp:44:24: style: struct member 'UserpicState::roundMask' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:212:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:304:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:351:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:360:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:156:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:178:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:214:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:282:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:306:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:313:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:353:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:362:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:413:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:422:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:469:21: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:122:5: style: struct member 'State::icons' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:120:31: style: struct member 'Anonymous0::lifetimes' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:263:9: style: struct member 'State::appear' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/reactions_settings_box.cpp:264:9: style: struct member 'State::select' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/ringtones_box.cpp:336:4: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/self_destruction_box.cpp:46:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/self_destruction_box.cpp:50:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/send_files_box.cpp:280:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/send_files_box.cpp:336:15: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/send_files_box.cpp:429:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/send_files_box.cpp:526:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/send_files_box.cpp:544:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/send_files_box.cpp:584:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/send_files_box.cpp:618:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/send_files_box.cpp:624:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/send_files_box.cpp:631:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/send_files_box.cpp:718:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sessions_box.cpp:354:8: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sessions_box.cpp:356:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sessions_box.cpp:365:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sessions_box.cpp:404:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sessions_box.cpp:417:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sessions_box.cpp:435:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sessions_box.cpp:720:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sessions_box.cpp:725:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sessions_box.cpp:733:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sessions_box.cpp:738:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sessions_box.cpp:743:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sessions_box.cpp:748:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sessions_box.cpp:906:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sessions_box.cpp:1037:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sticker_set_box.cpp:214:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sticker_set_box.cpp:223:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sticker_set_box.cpp:228:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sticker_set_box.cpp:239:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sticker_set_box.cpp:244:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sticker_set_box.cpp:415:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:475:9: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/sticker_set_box.cpp:763:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:956:8: style: Condition 'filteredSize' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:945:22: note: Assuming that condition '_filtered.empty()' is not redundant tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:955:38: note: Assignment 'filteredSize=_filtered.size()', assigned value is greater than 0 tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:956:8: note: Condition 'filteredSize' is always true tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:210:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:291:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:296:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:301:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:477:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:517:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:660:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:665:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:672:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:677:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:1161:62: style: Clarify calculation precedence for '%' and '?'. [clarifyCalculation] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:1413:5: warning: Access of moved variable 'copyCallback'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:1408:16: note: Calling std::move(copyCallback) tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:1413:5: note: Access of moved variable 'copyCallback'. tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:1342:11: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:1347:11: style: Consider using std::fill or std::generate algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/url_auth_box.cpp:294:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/username_box.cpp:63:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_box_controller.cpp:45:2: style: Class 'Row' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_box_controller.cpp:278:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_box_controller.cpp:296:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/stickers_box.cpp:323:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/stickers_box.cpp:325:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/stickers_box.cpp:410:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/stickers_box.cpp:562:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/stickers_box.cpp:623:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/stickers_box.cpp:632:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/stickers_box.cpp:638:16: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_call.cpp:366:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_call.cpp:603:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_call.cpp:800:14: warning: Access of moved variable 'encryptionKeyValue'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_call.cpp:800:4: note: Calling std::move(encryptionKeyValue) tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_call.cpp:800:14: note: Access of moved variable 'encryptionKeyValue'. tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_emoji_fingerprint.cpp:194:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_emoji_fingerprint.cpp:243:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_emoji_fingerprint.cpp:289:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_instance.cpp:281:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_instance.cpp:326:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_signal_bars.cpp:26:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:321:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:492:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:516:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:187:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:325:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:373:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:387:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:473:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:495:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:518:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:526:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:531:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:551:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:600:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:609:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_top_bar.cpp:620:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_video_bubble.cpp:33:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_video_bubble.cpp:38:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_video_bubble.cpp:43:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/calls_video_incoming.cpp:119:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_cover_item.cpp:41:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_choose_join_as.cpp:379:20: style: Local variable 'peer' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_choose_join_as.cpp:377:21: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_choose_join_as.cpp:379:20: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_choose_join_as.cpp:359:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_choose_join_as.cpp:483:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_choose_join_as.cpp:497:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_invite_controller.cpp:151:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_invite_controller.cpp:38:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_invite_controller.cpp:48:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_invite_controller.cpp:153:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1521:8: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:1202:14: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:1190:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:1202:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:2771:16: style: Local variable 'camera' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:2701:14: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:2771:16: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:601:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:615:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:642:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:776:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:785:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:794:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:871:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:883:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:1097:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:1211:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:1233:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:2064:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:2072:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:2080:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:2166:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:2222:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:336:38: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:369:12: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:92:14: style: struct member 'JoinVideoEndpoint::id' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:2783:15: style: Variable 'fullcameras' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_call.cpp:2785:20: style: Variable 'fullscreencasts' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1278:17: style: Local variable 'real' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1189:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1278:17: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:230:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:240:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:273:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:286:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:291:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:299:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:311:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:320:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:400:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:406:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:430:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:497:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1458:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1470:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1477:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1482:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1523:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1682:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1697:21: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1751:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1768:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1779:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1788:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1795:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1802:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1825:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1831:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1834:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1837:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1896:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1920:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:1938:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members.cpp:384:52: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_members_row.cpp:108:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_menu.cpp:253:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_menu.cpp:346:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_menu.cpp:371:31: style: Same value in both branches of ternary operator. [duplicateValueTernary] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_menu.cpp:134:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_menu.cpp:184:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_menu.cpp:255:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_menu.cpp:268:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_menu.cpp:346:18: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_rtmp.cpp:130:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_rtmp.cpp:196:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_rtmp.cpp:255:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_rtmp.cpp:319:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:453:8: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:162:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:222:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:321:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:330:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:335:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:389:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:421:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:448:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:453:22: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:468:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:475:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:480:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:560:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:578:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:666:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:764:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:773:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:782:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:809:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:820:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:825:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:832:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:839:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:844:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:857:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:977:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:995:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1002:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1013:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1081:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1100:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1128:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1136:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1141:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1175:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1189:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1241:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1500:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1642:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1673:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1679:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1736:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1762:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1803:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1844:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1857:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:1982:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:2013:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_panel.cpp:2382:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_settings.cpp:810:3: style: Struct 'State' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_settings.cpp:377:15: style: Local variable 'state' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_settings.cpp:260:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_settings.cpp:377:15: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_settings.cpp:673:14: style: Local variable 'state' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_settings.cpp:260:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_settings.cpp:673:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_settings.cpp:360:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_settings.cpp:560:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_settings.cpp:792:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_toasts.cpp:51:29: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_toasts.cpp:71:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_toasts.cpp:84:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_toasts.cpp:114:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_toasts.cpp:149:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_toasts.cpp:160:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_viewport_opengl.cpp:314:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_viewport_tile.cpp:251:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_volume_item.cpp:165:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_viewport_tile.cpp:43:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_viewport_tile.cpp:255:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_group_viewport_tile.cpp:265:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_volume_item.cpp:72:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_volume_item.cpp:90:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_volume_item.cpp:167:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_volume_item.cpp:210:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_volume_item.cpp:218:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/calls_volume_item.cpp:192:44: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/calls_group_scheduled_labels.cpp:97:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/calls_group_recording_box.cpp:249:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/calls_group_scheduled_labels.cpp:99:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/calls_group_scheduled_labels.cpp:116:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/calls_group_recording_box.cpp:53:2: style: Class 'RecordingInfo' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/calls_group_recording_box.cpp:124:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/calls_group_recording_box.cpp:143:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/calls_group_recording_box.cpp:178:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/calls_group_recording_box.cpp:187:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/calls_group_recording_box.cpp:209:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/calls_group_recording_box.cpp:239:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/calls_group_recording_box.cpp:251:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/bot_keyboard.cpp:203:15: style: Condition 'index>=0' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/bot_keyboard.cpp:200:12: note: Assuming that condition 'key>=Qt::Key_1' is not redundant tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/bot_keyboard.cpp:201:27: note: Assignment 'index=int(key-Qt::Key_1)', assigned value is greater than -1 tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/bot_keyboard.cpp:203:15: note: Condition 'index>=0' is always true tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:474:20: warning: Return value of function _sources.back()->activations() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/emoji_interactions.cpp:56:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:228:14: style: Local variable 'size' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:212:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:228:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:149:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:156:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:239:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:343:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:382:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:396:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:403:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:412:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:421:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:437:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:477:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:517:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/calls/group/ui/desktop_capture_choose_source.cpp:547:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp:31:2: style: Class 'EmojiColorPicker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp:82:2: style: Class 'Footer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp:408:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/emoji_list_widget.cpp:412:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/emoji_sets_manager.cpp:394:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/emoji_sets_manager.cpp:413:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/emoji_sets_manager.cpp:438:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/emoji_sets_manager.cpp:490:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/emoji_sets_manager.cpp:498:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/emoji_sets_manager.cpp:510:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/emoji_sets_manager.cpp:522:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/field_autocomplete.cpp:179:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/field_autocomplete.cpp:189:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/emoji_suggestions_widget.cpp:554:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/emoji_suggestions_widget.cpp:558:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/emoji_suggestions_widget.cpp:562:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/gifs_list_widget.cpp:82:2: style: Class 'Footer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/gifs_list_widget.cpp:187:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/gifs_list_widget.cpp:192:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/gifs_list_widget.cpp:197:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/gifs_list_widget.cpp:205:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/spellchecker_common.cpp:392:3: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/spellchecker_common.cpp:398:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/spellchecker_common.cpp:403:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/spellchecker_common.cpp:408:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/spellchecker_common.cpp:436:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/spellchecker_common.cpp:469:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/message_field.cpp:356:7: style: The scope of the variable 'inlineUsernameStart' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/message_field.cpp:133:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/message_field.cpp:137:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/stickers_emoji_pack.cpp:100:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/stickers_emoji_pack.cpp:105:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/stickers_emoji_pack.cpp:110:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/stickers_lottie.cpp:275:14: style: Local variable 'gradient' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/stickers_lottie.cpp:269:36: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/stickers_lottie.cpp:275:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/tabbed_panel.cpp:79:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/tabbed_panel.cpp:94:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/tabbed_panel.cpp:101:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/tabbed_panel.cpp:106:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/tabbed_panel.cpp:117:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/tabbed_selector.cpp:346:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/tabbed_selector.cpp:355:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/tabbed_selector.cpp:367:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/tabbed_selector.cpp:384:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/tabbed_selector.cpp:391:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/tabbed_selector.cpp:398:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/stickers_list_widget.cpp:72:2: style: Struct 'StickerIcon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/core/changelogs.cpp:136:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.cpp:158:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.cpp:163:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.cpp:168:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.cpp:260:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.cpp:282:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.cpp:289:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.cpp:328:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.cpp:407:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.cpp:557:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.cpp:566:35: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.cpp:580:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.cpp:590:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.cpp:1269:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/application.cpp:1278:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/crash_report_window.cpp:357:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/crash_report_window.cpp:364:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/crash_report_window.cpp:371:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/crash_report_window.cpp:379:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/crash_report_window.cpp:386:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/crash_report_window.cpp:875:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/local_url_handlers.cpp:370:4: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError] tdesktop-3.7.3-full/Telegram/SourceFiles/core/shortcuts.cpp:147:7: style:inconclusive: Technically the member function 'Shortcuts::::Manager::toggleMedia' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/SourceFiles/core/shortcuts.cpp:249:15: note: Technically the member function 'Shortcuts::::Manager::toggleMedia' can be const. tdesktop-3.7.3-full/Telegram/SourceFiles/core/shortcuts.cpp:147:7: note: Technically the member function 'Shortcuts::::Manager::toggleMedia' can be const. tdesktop-3.7.3-full/Telegram/SourceFiles/core/shortcuts.cpp:148:7: style:inconclusive: Technically the member function 'Shortcuts::::Manager::toggleSupport' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/SourceFiles/core/shortcuts.cpp:255:15: note: Technically the member function 'Shortcuts::::Manager::toggleSupport' can be const. tdesktop-3.7.3-full/Telegram/SourceFiles/core/shortcuts.cpp:148:7: note: Technically the member function 'Shortcuts::::Manager::toggleSupport' can be const. tdesktop-3.7.3-full/Telegram/SourceFiles/core/shortcuts.cpp:312:15: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/core/shortcuts.cpp:293:12: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/core/shortcuts.cpp:312:15: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/countries/countries_instance.cpp:64:60: error: maximum AST depth exceeded [internalAstError] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_abstract_structure.cpp:29:13: style: Variable 'p' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:829:2: performance: Variable '_url' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:82:7: style:inconclusive: Technically the member function 'Core::::BIODeleter::operator()' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:129:2: style: Class 'HttpChecker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:157:2: style: Class 'HttpLoader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:319:28: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:336:29: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:375:19: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:377:20: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:1702:26: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:407:15: style: Local variable 'stream' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:359:14: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:407:15: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:567:14: style: Local variable 'it' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:545:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:567:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:1133:13: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:1136:13: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:1139:11: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:1142:10: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:1145:13: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:1298:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:1302:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:1370:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:1372:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:1376:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/update_checker.cpp:251:40: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/countries/countries_manager.cpp:160:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/core/utils.cpp:101:23: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/core/utils.cpp:105:25: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/core/utils.cpp:178:22: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/core/utils.cpp:321:16: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/core/utils.cpp:322:22: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/core/utils.cpp:463:31: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/core/utils.cpp:454:41: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/core/utils.cpp:463:31: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_chat.cpp:31:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_channel.cpp:420:22: style: The statement 'if (_availableMinId!=availableMinId) _availableMinId=availableMinId' is logically equivalent to '_availableMinId=availableMinId'. [duplicateConditionalAssign] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_channel.cpp:421:19: note: Assignment '_availableMinId=availableMinId' tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_channel.cpp:420:22: note: Condition '_availableMinId!=availableMinId' is redundant tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_channel.cpp:68:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_cloud_themes.cpp:456:29: warning: Redundant assignment of 'type' to itself. [selfAssignment] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_cloud_themes.cpp:145:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_cloud_themes.cpp:310:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_document.cpp:933:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_document.cpp:69:12: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_folder.cpp:50:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_folder.cpp:60:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_folder.cpp:67:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_message_reactions.cpp:42:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_message_reactions.cpp:48:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_message_reactions.cpp:57:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_histories.cpp:781:17: warning: Redundant assignment of 'peer' to itself. [selfAssignment] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_histories.cpp:877:53: warning: Redundant assignment of 'id' to itself. [selfAssignment] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_histories.cpp:888:14: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_histories.cpp:870:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_histories.cpp:888:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_messages.cpp:242:32: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_media_types.cpp:539:9: warning:inconclusive: Access of moved variable 'prepared'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_media_types.cpp:538:21: note: Calling std::move(prepared) tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_media_types.cpp:539:9: note: Access of moved variable 'prepared'. tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_media_types.cpp:742:9: warning:inconclusive: Access of moved variable 'prepared'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_media_types.cpp:741:21: note: Calling std::move(prepared) tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_media_types.cpp:742:9: note: Access of moved variable 'prepared'. tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_media_types.cpp:1098:39: error: Uninitialized variable: text [legacyUninitvar] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer.cpp:253:32: style: Same expression on both sides of '|'. [duplicateExpression] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer.cpp:559:39: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer_values.cpp:179:3: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer_values.cpp:194:5: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer_values.cpp:207:3: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer_values.cpp:260:4: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer_values.cpp:273:5: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer_values.cpp:477:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer_values.cpp:493:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_scheduled_messages.cpp:371:14: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_scheduled_messages.cpp:369:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_scheduled_messages.cpp:371:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_scheduled_messages.cpp:102:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_scheduled_messages.cpp:152:50: style: Parameter 'item' can be declared as reference to const [constParameter] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_replies_list.cpp:152:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_replies_list.cpp:151:28: note: outer condition: slice.skippedBefore!=0 tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_replies_list.cpp:152:14: note: identical inner condition: slice.skippedBefore tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_search_controller.cpp:356:8: style: Local variable 'replace' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_search_controller.cpp:351:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_search_controller.cpp:356:8: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_search_controller.cpp:284:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_replies_list.cpp:94:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_search_controller.cpp:296:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_replies_list.cpp:99:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_search_controller.cpp:303:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_replies_list.cpp:102:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_search_controller.cpp:310:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_replies_list.cpp:111:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_search_controller.cpp:319:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_replies_list.cpp:644:9: style: Variable 'correct' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_search_controller.cpp:354:12: style: Variable 'migrated' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_shared_media.cpp:146:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_shared_media.cpp:159:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_shared_media.cpp:168:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_shared_media.cpp:177:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_shared_media.cpp:185:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_shared_media.cpp:194:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_user.cpp:97:13: style: The statement 'if (_phone!=newPhone) _phone=newPhone' is logically equivalent to '_phone=newPhone'. [duplicateConditionalAssign] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_user.cpp:98:10: note: Assignment '_phone=newPhone' tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_user.cpp:97:13: note: Condition '_phone!=newPhone' is redundant tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_user_photos.cpp:202:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_user_photos.cpp:205:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_user_photos.cpp:211:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_wall_paper.cpp:151:11: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/data/notify/data_notify_settings.cpp:173:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/notify/data_peer_notify_settings.cpp:58:2: style: Class 'NotifyPeerSettingsValue' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/data/notify/data_peer_notify_settings.cpp:92:13: style: Local variable 'sound' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/data/notify/data_peer_notify_settings.cpp:68:29: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/data/notify/data_peer_notify_settings.cpp:92:13: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_session.cpp:387:32: style: Same expression on both sides of '|'. [duplicateExpression] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_session.cpp:597:32: style: Same expression on both sides of '|'. [duplicateExpression] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_session.cpp:263:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_session.cpp:268:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_session.cpp:1125:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_session.cpp:1147:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_session.cpp:1162:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_session.cpp:1179:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_session.cpp:102:51: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/data/stickers/data_stickers.cpp:54:14: style: Local variable 'index' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/data/stickers/data_stickers.cpp:45:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/data/stickers/data_stickers.cpp:54:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/data/stickers/data_stickers.cpp:152:19: style: Local variable 'index' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/data/stickers/data_stickers.cpp:142:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/data/stickers/data_stickers.cpp:152:19: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/data/stickers/data_stickers.cpp:1309:10: style: Local variable 'pack' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/data/stickers/data_stickers.cpp:1256:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/data/stickers/data_stickers.cpp:1309:10: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/data/stickers/data_stickers.cpp:417:28: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/data/stickers/data_stickers.cpp:531:40: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_list.cpp:141:12: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_list.cpp:131:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_list.cpp:141:12: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_main_list.cpp:25:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_main_list.cpp:27:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_main_list.cpp:32:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_search_from_controllers.cpp:44:21: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:95:2: style: Struct 'CollapsedRow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:103:2: style: Struct 'HashtagResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:110:2: style: Struct 'PeerSearchResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:474:11: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:443:9: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:474:11: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:132:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:137:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:145:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:151:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:156:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:161:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:176:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:187:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:194:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:199:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:206:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:221:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:234:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:240:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:256:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:264:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:1423:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:2980:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_inner_widget.cpp:3095:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:564:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:268:20: style: Local variable 'history' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:261:18: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:268:20: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:194:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:201:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:207:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:215:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:222:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:228:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:237:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:241:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:245:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:249:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:253:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:258:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:289:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:293:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:300:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:322:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:328:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:337:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:368:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:386:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:431:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:443:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:450:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:456:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:545:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:553:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/dialogs_widget.cpp:568:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/controllers/stickers_panel_controller.cpp:48:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/controllers/stickers_panel_controller.cpp:67:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/controllers/stickers_panel_controller.cpp:50:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/controllers/stickers_panel_controller.cpp:69:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/color_picker.cpp:116:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/color_picker.cpp:128:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/color_picker.cpp:134:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/controllers/undo_controller.cpp:20:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/controllers/undo_controller.cpp:26:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/controllers/undo_controller.cpp:22:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/controllers/undo_controller.cpp:28:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/editor_crop.cpp:311:14: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/editor_crop.cpp:308:6: note: outer condition: pressedEdge tdesktop-3.7.3-full/Telegram/SourceFiles/editor/editor_crop.cpp:311:14: note: identical inner condition: pressedEdge tdesktop-3.7.3-full/Telegram/SourceFiles/editor/editor_crop.cpp:68:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/editor_paint.cpp:69:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/editor_paint.cpp:102:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/editor_paint.cpp:117:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/editor_paint.cpp:123:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor.cpp:78:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor.cpp:92:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor.cpp:97:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor.cpp:102:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor.cpp:108:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor.cpp:117:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor.cpp:123:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor.cpp:131:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor.cpp:148:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor.cpp:165:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_content.cpp:45:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_content.cpp:86:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/ui/dialogs_layout.cpp:639:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/ui/dialogs_layout.cpp:642:10: style: Consider using std::generate algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/dialogs/ui/dialogs_layout.cpp:645:11: style: Consider using std::generate algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_layer_widget.cpp:171:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_layer_widget.cpp:178:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_layer_widget.cpp:183:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_layer_widget.cpp:190:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/scene/scene.cpp:36:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_controls.cpp:73:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_controls.cpp:123:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_controls.cpp:158:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_controls.cpp:249:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_controls.cpp:266:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_controls.cpp:278:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_controls.cpp:287:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_controls.cpp:312:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_controls.cpp:347:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/photo_editor_controls.cpp:359:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/scene/scene_item_sticker.cpp:49:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/editor/scene/scene_item_sticker.cpp:89:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/data/export_data_types.cpp:854:37: style: Parameter 'data' can be declared as reference to const [constParameter] tdesktop-3.7.3-full/Telegram/SourceFiles/export/data/export_data_types.cpp:856:18: style: Parameter 'data' can be declared as reference to const [constParameter] tdesktop-3.7.3-full/Telegram/SourceFiles/export/data/export_data_types.cpp:858:23: style: Parameter 'data' can be declared as reference to const [constParameter] tdesktop-3.7.3-full/Telegram/SourceFiles/export/data/export_data_types.cpp:880:40: style: Parameter 'data' can be declared as reference to const [constParameter] tdesktop-3.7.3-full/Telegram/SourceFiles/export/data/export_data_types.cpp:1367:8: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_controller.cpp:88:18: performance:inconclusive: Technically the member function 'Export::ControllerObject::stateInitializing' can be static (but you may consider moving to unnamed namespace). [functionStatic] tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_controller.cpp:514:35: note: Technically the member function 'Export::ControllerObject::stateInitializing' can be static (but you may consider moving to unnamed namespace). tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_controller.cpp:88:18: note: Technically the member function 'Export::ControllerObject::stateInitializing' can be static (but you may consider moving to unnamed namespace). tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_controller.cpp:153:7: style: Local variable 'state' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_controller.cpp:41:23: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_controller.cpp:153:7: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_controller.cpp:143:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_controller.cpp:148:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_api_wrap.cpp:95:2: style: Class 'LoadedFileCache' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_api_wrap.cpp:307:14: style: Local variable 'key' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_api_wrap.cpp:303:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_api_wrap.cpp:307:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_api_wrap.cpp:254:26: style: Variable 'silence_warning' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_api_wrap.cpp:264:26: style: Variable 'silence_warning' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_api_wrap.cpp:274:26: style: Variable 'silence_warning' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_api_wrap.cpp:116:19: style: struct member 'StartProcess::steps' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_api_wrap.cpp:181:24: style: struct member 'ChatsProcess::indexByPeer' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/export/output/export_output_json.cpp:823:24: style: Local variable 'result' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/export/output/export_output_json.cpp:821:17: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/export/output/export_output_json.cpp:823:24: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/export/output/export_output_json.cpp:920:24: style: Local variable 'result' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/export/output/export_output_json.cpp:918:17: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/export/output/export_output_json.cpp:920:24: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/export/output/export_output_json.cpp:329:9: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/export/output/export_output_json.cpp:463:9: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_progress.cpp:270:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_panel_controller.cpp:71:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_panel_controller.cpp:79:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_panel_controller.cpp:149:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_panel_controller.cpp:177:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_panel_controller.cpp:199:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_progress.cpp:246:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_panel_controller.cpp:205:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_progress.cpp:272:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_panel_controller.cpp:211:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_progress.cpp:302:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_panel_controller.cpp:268:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_progress.cpp:373:2: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_panel_controller.cpp:287:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_panel_controller.cpp:310:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_panel_controller.cpp:315:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_panel_controller.cpp:320:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/output/export_output_html.cpp:346:2: style: Class 'PeersMap' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/export/output/export_output_html.cpp:205:8: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/export/output/export_output_html.cpp:405:8: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_settings.cpp:145:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_settings.cpp:218:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_settings.cpp:228:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_settings.cpp:525:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_settings.cpp:532:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_settings.cpp:567:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_settings.cpp:610:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_settings.cpp:673:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_settings.cpp:707:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_settings.cpp:718:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_settings.cpp:747:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/export/view/export_view_settings.cpp:765:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ffmpeg/ffmpeg_utility.cpp:284:8: style: Redundant initialization for 'error'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/SourceFiles/ffmpeg/ffmpeg_utility.cpp:275:13: note: error is initialized tdesktop-3.7.3-full/Telegram/SourceFiles/ffmpeg/ffmpeg_utility.cpp:284:8: note: error is overwritten tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_filter.cpp:226:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_filter.cpp:248:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_filter.cpp:306:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_filter.cpp:327:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp:1654:9: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp:1710:25: style: Local variable 'view' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp:1699:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp:1710:25: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp:256:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp:264:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp:270:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp:276:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp:282:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp:290:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp:296:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_inner.cpp:309:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_item.cpp:339:3: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_memento.h:92:2: style: Class 'MoveMemento' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/core/click_handler_types.h:46:2: style: Class 'HiddenUrlClickHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/core/click_handler_types.h:80:2: style: Class 'MentionClickHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/core/click_handler_types.h:132:2: style: Class 'HashtagClickHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/core/click_handler_types.h:157:2: style: Class 'CashtagClickHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/core/click_handler_types.h:182:2: style: Class 'BotCommandClickHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/media/clip/media_clip_reader.h:164:2: style: Class 'ReaderPointer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer.h:84:2: style: Class 'RestrictionCheckResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer.h:121:2: style: Class 'PeerClickHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_section.cpp:289:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_section.cpp:293:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_section.cpp:297:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_section.cpp:305:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_section.cpp:311:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_section.cpp:315:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_section.cpp:319:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_section.cpp:326:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/admin_log/history_admin_log_section.cpp:402:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_drag_area.cpp:170:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_drag_area.cpp:229:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history.cpp:2426:19: style: Local variable 'message' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history.cpp:2424:20: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/history/history.cpp:2426:19: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/history/history.cpp:2292:32: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history.cpp:2981:37: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history.cpp:2992:61: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history.cpp:3003:37: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history.cpp:3014:61: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_item_components.cpp:145:10: style: Redundant initialization for 'phrase'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_item_components.cpp:137:14: note: phrase is initialized tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_item_components.cpp:145:10: note: phrase is overwritten tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_item_components.cpp:55:51: warning: Redundant assignment of 'bot' to itself. [selfAssignment] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_message.cpp:858:7: style: Condition 'mediaIdChanged' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_message.cpp:853:25: note: documentId is assigned 'reply->replyToDocumentId' here. tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_message.cpp:857:4: note: Assignment 'mediaIdChanged=(documentId!=reply->replyToDocumentId)||(webpageId!=reply->replyToWebPageId)', assigned value is 0 tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_message.cpp:858:7: note: Condition 'mediaIdChanged' is always false tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_message.cpp:1880:18: style: Condition 'documentId!=reply->replyToDocumentId' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_message.cpp:1878:25: note: documentId is assigned 'reply->replyToDocumentId' here. tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_message.cpp:1880:18: note: Condition 'documentId!=reply->replyToDocumentId' is always false tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_service.cpp:1416:9: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_message.cpp:93:23: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_message.cpp:150:39: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_service.cpp:1416:23: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:623:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:631:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:639:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:75:2: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:562:48: style:inconclusive: Function 'setShownMessage' argument 1 names different: declaration 'message' definition 'item'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:370:36: note: Function 'setShownMessage' argument 1 names different: declaration 'message' definition 'item'. tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:562:48: note: Function 'setShownMessage' argument 1 names different: declaration 'message' definition 'item'. tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:650:64: style:inconclusive: Function 'paintWebPage' argument 2 names different: declaration 'peer' definition 'context'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:374:52: note: Function 'paintWebPage' argument 2 names different: declaration 'peer' definition 'context'. tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:650:64: note: Function 'paintWebPage' argument 2 names different: declaration 'peer' definition 'context'. tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:172:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:179:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:184:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:427:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:433:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:452:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:458:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:469:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:496:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:504:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:517:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:627:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:635:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:643:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1230:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1235:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1240:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1245:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1256:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1266:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1271:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1276:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1285:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1295:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1302:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1343:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1425:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1461:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1466:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1471:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1476:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1492:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1513:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1520:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1816:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1821:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1824:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1827:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1830:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1835:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1847:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1856:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1875:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1961:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1971:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:1978:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:2018:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:2447:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:2460:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:2609:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:212:19: warning: Return value of function list.controller->resetScrollRequests() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:559:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:567:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:707:20: warning: Return value of function _list.controller->showItemRequests() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:716:20: warning: Return value of function _list.controller->searchMoreRequests() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_ttl_button.cpp:39:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:43:2: style: Class 'Row' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:245:2: style: Class 'TopBar' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:213:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:218:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:227:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:233:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:286:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:292:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:302:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:449:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:461:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:483:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:490:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:513:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:561:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:569:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:629:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:636:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:645:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:650:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:655:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:664:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:671:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:691:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:708:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:717:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:725:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:731:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_search.cpp:745:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1274:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_button.cpp:60:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_button.cpp:62:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:612:2: style: Class 'RecordLock' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:296:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:315:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:418:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:436:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:443:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:453:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:480:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:486:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:522:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:531:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:662:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:676:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:929:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:934:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1040:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1045:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1052:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1076:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1106:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1111:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1135:21: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1156:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1160:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1168:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1190:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1208:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1210:20: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1267:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1276:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1304:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_voice_record_bar.cpp:1325:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_contact_status.cpp:314:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_contact_status.cpp:319:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_contact_status.cpp:328:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_contact_status.cpp:399:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_contact_status.cpp:424:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_contact_status.cpp:431:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_contact_status.cpp:443:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_contact_status.cpp:475:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_contact_status.cpp:489:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_contact_status.cpp:531:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_contact_status.cpp:544:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_emoji_interactions.cpp:50:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_context_menu.cpp:559:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_context_menu.cpp:1180:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_context_menu.cpp:420:45: style: Parameter 'item' can be declared as pointer to const [constParameter] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_empty_list_bubble.cpp:23:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:181:2: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_group_call_bar.cpp:217:13: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_group_call_bar.cpp:184:8: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_group_call_bar.cpp:217:13: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_group_call_bar.cpp:226:14: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_group_call_bar.cpp:184:8: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_group_call_bar.cpp:226:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_group_call_bar.cpp:262:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_group_call_bar.cpp:312:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_group_call_bar.cpp:317:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_group_call_bar.cpp:334:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_group_call_bar.cpp:69:29: style: struct member 'State::userpics' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_list_widget.cpp:3105:0: error: Syntax Error: AST broken, 'if' doesn't have two operands. [internalAstError] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:4749:7: style: The scope of the variable 'keyboardHeight' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:7232:7: style: The scope of the variable 'resize' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:7485:19: style: Local variable 'from' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:7472:10: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:7485:19: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:273:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:278:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:282:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:286:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:355:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:370:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:387:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:392:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:397:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:402:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:407:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:421:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:439:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:486:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:513:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:542:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:547:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:552:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:564:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:569:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:576:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:587:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:594:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:602:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:612:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:642:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:683:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:704:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:712:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:737:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:784:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:803:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:814:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:829:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:833:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:837:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:841:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:845:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:849:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:856:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:879:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:965:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:976:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:992:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:995:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1001:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1006:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1011:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1048:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1053:13: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1063:13: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1075:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1080:13: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1085:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1102:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1107:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1149:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1400:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1525:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1625:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:1851:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:2199:33: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:2273:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:2539:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:2567:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:4484:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:4529:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:6409:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:6415:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:6425:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:6443:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:6528:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:6562:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:6574:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:6583:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:6613:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:6623:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:6629:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:4749:22: style: Variable 'keyboardHeight' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_pinned_bar.cpp:187:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_pinned_bar.cpp:198:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_pinned_section.cpp:109:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_pinned_section.cpp:116:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_pinned_section.cpp:134:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_pinned_section.cpp:138:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_pinned_section.cpp:142:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_pinned_section.cpp:148:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_pinned_section.cpp:159:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_pinned_tracker.cpp:51:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_message.cpp:227:28: style: struct member 'CommentsButton::userpics' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_requests_bar.cpp:124:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_requests_bar.cpp:139:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_scheduled_section.cpp:113:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_scheduled_section.cpp:120:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_scheduled_section.cpp:137:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_scheduled_section.cpp:141:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_scheduled_section.cpp:145:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_scheduled_section.cpp:151:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_scheduled_section.cpp:162:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_scheduled_section.cpp:167:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_send_action.cpp:364:22: style: The statement 'if (_animationLeft!=animationLeft) _animationLeft=animationLeft' is logically equivalent to '_animationLeft=animationLeft'. [duplicateConditionalAssign] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_send_action.cpp:365:19: note: Assignment '_animationLeft=animationLeft' tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_send_action.cpp:364:22: note: Condition '_animationLeft!=animationLeft' is redundant tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:176:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:183:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:202:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:206:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:210:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:218:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:229:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:234:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:248:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:253:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:260:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:279:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:299:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:307:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:395:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:405:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:411:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:498:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:507:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:512:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:517:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_service_message.cpp:288:31: style: The scope of the variable 'forceShrink' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:522:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_service_message.cpp:288:43: style: Variable 'forceShrink' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp:103:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:531:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp:135:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:540:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp:145:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:551:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp:155:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:561:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp:167:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:566:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp:189:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:574:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_top_bar_widget.cpp:194:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:579:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:584:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:591:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:610:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:615:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_replies_section.cpp:1555:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_game.cpp:331:6: style: Condition 'inThumb' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_game.cpp:300:17: note: Assignment 'inThumb=false', assigned value is 0 tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_game.cpp:331:6: note: Condition 'inThumb' is always false tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_game.cpp:150:7: style: The scope of the variable 'linesMax' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_invoice.cpp:210:8: style: The scope of the variable 'semibold' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_document.cpp:374:15: style: Local variable 'st' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_document.cpp:345:14: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_document.cpp:374:15: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_document.cpp:722:17: style: Local variable 'thumbed' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_document.cpp:710:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_document.cpp:722:17: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_media_grouped.cpp:494:10: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_media_grouped.cpp:504:39: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_media_grouped.cpp:710:61: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_media_unwrapped.cpp:420:6: style: Condition '!inWebPage' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_media_unwrapped.cpp:409:6: note: Assuming that condition 'inWebPage' is not redundant tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_media_unwrapped.cpp:420:6: note: Condition '!inWebPage' is always true tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_media_unwrapped.cpp:62:15: style: Local variable 'minimal' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_media_unwrapped.cpp:46:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_media_unwrapped.cpp:62:15: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_photo.cpp:268:14: style: Local variable 'inWebPage' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_photo.cpp:239:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_photo.cpp:268:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_photo.cpp:713:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_slot_machine.cpp:83:15: style: Consider using std::fill algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_poll.cpp:114:15: style: Local variable 'votes' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_poll.cpp:100:24: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_poll.cpp:114:15: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_poll.cpp:975:14: style: Local variable 'left' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_poll.cpp:936:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_poll.cpp:975:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_poll.cpp:1506:13: style: Variable 'recent' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_poll.cpp:1507:23: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_poll.cpp:139:31: style: struct member 'AnswersAnimation::data' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_sticker.cpp:367:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_gif.cpp:1250:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_gif.cpp:1555:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/reactions/message_reactions_list.cpp:143:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/reactions/message_reactions_selector.cpp:41:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/reactions/message_reactions_list.cpp:182:27: style: Local variable 'reaction' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/reactions/message_reactions_list.cpp:167:46: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/reactions/message_reactions_list.cpp:182:27: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/reactions/message_reactions_list.cpp:147:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/reactions/message_reactions_list.cpp:334:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/reactions/message_reactions_list.cpp:337:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/reactions/message_reactions_list.cpp:342:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/reactions/message_reactions_selector.cpp:147:20: style: Local variable 'count' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/reactions/message_reactions_selector.cpp:141:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/reactions/message_reactions_selector.cpp:147:20: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/reactions/message_reactions_selector.cpp:43:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/reactions/message_reactions_selector.cpp:50:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/reactions/message_reactions_selector.cpp:110:46: style: struct member 'State::tabs' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/info/downloads/info_downloads_inner_widget.cpp:44:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/info/common_groups/info_common_groups_inner_widget.cpp:184:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/common_groups/info_common_groups_inner_widget.cpp:224:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/common_groups/info_common_groups_inner_widget.cpp:237:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/common_groups/info_common_groups_inner_widget.cpp:241:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/downloads/info_downloads_inner_widget.cpp:22:2: style: Class 'EmptyWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/info/downloads/info_downloads_inner_widget.cpp:46:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/downloads/info_downloads_inner_widget.cpp:90:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/downloads/info_downloads_inner_widget.cpp:115:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/downloads/info_downloads_inner_widget.cpp:125:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/downloads/info_downloads_inner_widget.cpp:131:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_content_widget.cpp:45:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_content_widget.cpp:60:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_content_widget.cpp:65:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_content_widget.cpp:148:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_content_widget.cpp:253:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_section_widget.cpp:46:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_section_widget.cpp:59:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_top_bar.cpp:284:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_web_page.cpp:527:15: style: Local variable 'st' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_web_page.cpp:469:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_web_page.cpp:527:15: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_controller.cpp:184:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_controller.cpp:252:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_empty_widget.cpp:23:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_layer_widget.cpp:308:30: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_layer_widget.cpp:86:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_layer_widget.cpp:91:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_layer_widget.cpp:103:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_empty_widget.cpp:25:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_inner_widget.cpp:36:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_inner_widget.cpp:75:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_inner_widget.cpp:247:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_inner_widget.cpp:257:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_inner_widget.cpp:264:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/downloads/info_downloads_provider.cpp:439:8: style: The scope of the variable 'songSt' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/SourceFiles/info/downloads/info_downloads_provider.cpp:36:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/downloads/info_downloads_provider.cpp:121:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/downloads/info_downloads_provider.cpp:152:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/downloads/info_downloads_provider.cpp:157:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/downloads/info_downloads_provider.cpp:169:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/downloads/info_downloads_provider.cpp:281:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/downloads/info_downloads_provider.cpp:286:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_widget.cpp:88:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/polls/info_polls_results_inner_widget.cpp:714:15: warning: Return value of function controller->scrollToRequests() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_top_bar.cpp:114:2: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_top_bar.cpp:160:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_top_bar.cpp:251:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_top_bar.cpp:262:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_top_bar.cpp:275:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_top_bar.cpp:286:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_top_bar.cpp:471:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_top_bar.cpp:495:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_top_bar.cpp:510:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_provider.cpp:232:7: style: Condition '!preloadRequired' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_provider.cpp:230:26: note: Assignment 'preloadRequired=false', assigned value is 0 tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_provider.cpp:232:7: note: Condition '!preloadRequired' is always true tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_provider.cpp:68:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_provider.cpp:73:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_provider.cpp:263:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_wrap_widget.cpp:79:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_wrap_widget.cpp:84:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_wrap_widget.cpp:96:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_wrap_widget.cpp:135:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_wrap_widget.cpp:354:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_wrap_widget.cpp:361:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_wrap_widget.cpp:408:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_wrap_widget.cpp:479:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_cover.cpp:183:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/info/polls/info_polls_results_inner_widget.cpp:332:13: style: Local variable 'count' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/info/polls/info_polls_results_inner_widget.cpp:189:35: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/info/polls/info_polls_results_inner_widget.cpp:332:13: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_cover.cpp:298:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/info/polls/info_polls_results_inner_widget.cpp:531:26: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_cover.cpp:309:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/info/polls/info_polls_results_inner_widget.cpp:567:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/polls/info_polls_results_inner_widget.cpp:575:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/polls/info_polls_results_inner_widget.cpp:588:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/polls/info_polls_results_inner_widget.cpp:609:23: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/polls/info_polls_results_inner_widget.cpp:623:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/polls/info_polls_results_inner_widget.cpp:711:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/polls/info_polls_results_inner_widget.cpp:715:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/polls/info_polls_results_inner_widget.cpp:722:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/polls/info_polls_results_inner_widget.cpp:727:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_icon.cpp:33:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_inner_widget.cpp:56:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_inner_widget.cpp:82:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_inner_widget.cpp:115:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_cover.cpp:180:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_cover.cpp:185:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_cover.cpp:274:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_cover.cpp:287:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_cover.cpp:300:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_cover.cpp:311:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_cover.cpp:319:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_cover.cpp:326:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_cover.cpp:334:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_cover.cpp:363:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_cover.cpp:379:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_members.cpp:59:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_members.cpp:65:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_members.cpp:159:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_members.cpp:209:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_members.cpp:221:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_members.cpp:233:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_members.cpp:237:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_actions.cpp:822:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/profile/info_profile_values.cpp:331:26: style: Consider using std::count_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/inline_bots/inline_results_inner.cpp:65:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/inline_bots/inline_results_inner.cpp:70:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/inline_bots/inline_results_inner.cpp:81:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/inline_bots/inline_results_inner.cpp:90:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_list_widget.cpp:151:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_list_widget.cpp:159:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_list_widget.cpp:167:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_list_widget.cpp:174:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_list_widget.cpp:185:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_list_widget.cpp:203:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_list_widget.cpp:208:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_list_widget.cpp:213:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_list_widget.cpp:218:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_list_widget.cpp:227:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_list_widget.cpp:473:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_qr.cpp:103:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/inline_bots/inline_results_widget.cpp:52:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/inline_bots/inline_results_widget.cpp:57:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/inline_bots/inline_results_widget.cpp:65:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_signup.cpp:39:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/inline_bots/bot_attach_web_view.cpp:160:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/inline_bots/bot_attach_web_view.cpp:166:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/inline_bots/bot_attach_web_view.cpp:701:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/inline_bots/bot_attach_web_view.cpp:707:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_phone.cpp:54:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/inline_bots/bot_attach_web_view.cpp:796:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_phone.cpp:59:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/inline_bots/bot_attach_web_view.cpp:804:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_phone.cpp:64:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_phone.cpp:69:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_phone.cpp:78:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_phone.cpp:101:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_code.cpp:93:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_password_check.cpp:42:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_password_check.cpp:234:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_password_check.cpp:317:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_password_check.cpp:327:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/layout/layout_mosaic.cpp:94:9: style: Variable 'inlineRow' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/layout/layout_mosaic.cpp:224:9: style: Variable 'inlineRow' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/layout/layout_mosaic.cpp:78:7: style: Variable 'row' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/layout/layout_mosaic.cpp:78:13: style: Variable 'col' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_qr.cpp:154:9: style: Local variable 'hq' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_qr.cpp:130:8: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_qr.cpp:154:9: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_qr.cpp:92:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_qr.cpp:107:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_qr.cpp:111:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_domain.cpp:33:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_qr.cpp:187:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_domain.cpp:51:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_qr.cpp:237:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_qr.cpp:250:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_qr.cpp:280:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_qr.cpp:290:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_qr.cpp:302:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_widget.cpp:96:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_widget.cpp:118:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_widget.cpp:123:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_widget.cpp:137:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_widget.cpp:156:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_widget.cpp:378:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_widget.cpp:615:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:494:2: style: Struct 'PluralsKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_widget.cpp:625:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:495:2: style: Struct 'PluralsKey' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_widget.cpp:631:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:196:16: style: Condition 'n!=0' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:194:8: note: Assuming condition 'n==0' is false tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:196:16: note: Condition 'n!=0' is always true tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_widget.cpp:637:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:265:36: style: Condition 'mod10<=9' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:257:24: note: Assignment 'mod10=n%10', assigned value is less than 10 tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:265:36: note: Condition 'mod10<=9' is always true tdesktop-3.7.3-full/Telegram/SourceFiles/intro/intro_widget.cpp:677:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:306:29: style: Condition 'mod10<=9' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:304:24: note: Assignment 'mod10=n%10', assigned value is less than 10 tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:306:29: note: Condition 'mod10<=9' is always true tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:438:32: style: Condition 'mod100>99' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:424:25: note: Assignment 'mod100=n%100', assigned value is less than 100 tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:438:32: note: Condition 'mod100>99' is always false tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:472:36: style: Condition 'mod100<=99' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:469:25: note: Assignment 'mod100=n%100', assigned value is less than 100 tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_tag.cpp:472:36: note: Condition 'mod100<=99' is always true tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_app_config.cpp:25:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_app_config.cpp:32:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/main/session/send_as_peers.cpp:39:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_session.cpp:109:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_session.cpp:123:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_cloud_manager.cpp:106:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_cloud_manager.cpp:140:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_cloud_manager.cpp:170:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_cloud_manager.cpp:336:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/lang/lang_cloud_manager.cpp:345:40: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_account.cpp:367:10: style: Redundant initialization for 'userId'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_account.cpp:363:14: note: userId is initialized tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_account.cpp:367:10: note: userId is overwritten tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_account.cpp:368:12: style: Redundant initialization for 'mainDcId'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_account.cpp:364:16: note: mainDcId is initialized tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_account.cpp:368:12: note: mainDcId is overwritten tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_account.cpp:100:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_account.cpp:120:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_account.cpp:424:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_account.cpp:438:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_account.cpp:566:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_account.cpp:570:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/main/main_account.cpp:593:56: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/logs.h:49:21: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwindow.cpp:89:31: warning: Return value of function Window::Theme::Background()->updates() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_document_media.h:90:24: performance:inconclusive: Technically the member function 'Data::DocumentMedia::is_flag_type' can be static (but you may consider moving to unnamed namespace). [functionStatic] tdesktop-3.7.3-full/Telegram/SourceFiles/media/system_media_controls_manager.h:33:2: style: Class 'SystemMediaControlsManager' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme.h:211:3: style: Struct 'AdjustableColor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_warning.h:24:2: style: Class 'WarningWidget' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwindow.cpp:619:39: style:inconclusive: Function 'eventFilter' argument 1 names different: declaration 'o' definition 'object'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwindow.h:114:28: note: Function 'eventFilter' argument 1 names different: declaration 'o' definition 'object'. tdesktop-3.7.3-full/Telegram/SourceFiles/mainwindow.cpp:619:39: note: Function 'eventFilter' argument 1 names different: declaration 'o' definition 'object'. tdesktop-3.7.3-full/Telegram/SourceFiles/mainwindow.cpp:90:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwindow.cpp:95:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwindow.cpp:100:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwindow.cpp:154:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwindow.cpp:204:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwindow.cpp:292:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwindow.cpp:413:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio.cpp:66:57: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio.cpp:76:58: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_capture.cpp:44:2: style: Class 'Inner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_capture.cpp:34:57: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_capture.cpp:261:16: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_capture.cpp:279:60: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_capture.cpp:418:23: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_capture.cpp:571:32: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_capture.cpp:581:20: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_capture.cpp:631:31: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_capture.cpp:676:75: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_capture.cpp:707:7: style: The scope of the variable 'err' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_capture.cpp:746:6: style: The scope of the variable 'res' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_capture.cpp:481:9: style: Local variable 'sum' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_capture.cpp:462:37: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_capture.cpp:481:9: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_ffmpeg_loader.cpp:39:13: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_ffmpeg_loader.cpp:172:24: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_ffmpeg_loader.cpp:470:4: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_ffmpeg_loader.cpp:352:10: style: Variable 'res' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_loaders.cpp:65:10: style: Redundant initialization for 'queues'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_loaders.cpp:61:14: note: queues is initialized tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_loaders.cpp:65:10: note: queues is overwritten tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_loaders.cpp:66:10: style: Redundant initialization for 'forces'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_loaders.cpp:62:14: note: forces is initialized tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio_loaders.cpp:66:10: note: forces is overwritten tdesktop-3.7.3-full/Telegram/SourceFiles/media/clip/media_clip_ffmpeg.cpp:278:14: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/media/clip/media_clip_ffmpeg.cpp:478:30: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_dropdown.cpp:26:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_instance.cpp:85:30: style: struct member 'ShuffleData::playlist' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_instance.cpp:86:30: style: struct member 'ShuffleData::nonPlayedIds' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_instance.cpp:87:30: style: struct member 'ShuffleData::playedIds' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_volume_controller.cpp:109:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_volume_controller.cpp:46:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_volume_controller.cpp:96:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_volume_controller.cpp:111:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_float.cpp:502:13: style: Redundant initialization for 'position'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_float.cpp:499:17: note: position is initialized tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_float.cpp:502:13: note: position is overwritten tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_float.cpp:65:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_float.cpp:72:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_panel.cpp:223:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_float.cpp:79:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_panel.cpp:272:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_float.cpp:305:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_panel.cpp:279:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_float.cpp:328:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_panel.cpp:284:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_float.cpp:333:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_panel.cpp:293:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_float.cpp:338:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_float.cpp:343:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_float.cpp:348:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_float.cpp:353:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_float.cpp:359:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_float.cpp:472:35: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/media/streaming/media_streaming_document.cpp:40:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_widget.cpp:126:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_widget.cpp:183:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_widget.cpp:212:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_widget.cpp:298:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_widget.cpp:387:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_widget.cpp:474:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_widget.cpp:479:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_widget.cpp:497:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_widget.cpp:504:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_widget.cpp:513:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_widget.cpp:523:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_widget.cpp:535:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_widget.cpp:554:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/player/media_player_widget.cpp:562:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/streaming/media_streaming_player.cpp:246:31: warning: Redundant assignment of 'data' to itself. [selfAssignment] tdesktop-3.7.3-full/Telegram/SourceFiles/media/streaming/media_streaming_player.cpp:714:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/streaming/media_streaming_player.cpp:722:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/streaming/media_streaming_player.cpp:736:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/streaming/media_streaming_player.cpp:750:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:242:22: warning: Return value of function Core::App().calls().currentCallValue() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:246:22: warning: Return value of function Core::App().calls().currentGroupCallValue() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:257:14: warning: Return value of function Core::App().floatPlayerClosed() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:262:30: warning: Return value of function Core::App().exportManager().currentView() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/media/streaming/media_streaming_utility.cpp:49:8: style: Redundant initialization for 'error'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/SourceFiles/media/streaming/media_streaming_utility.cpp:36:13: note: error is initialized tdesktop-3.7.3-full/Telegram/SourceFiles/media/streaming/media_streaming_utility.cpp:49:8: note: error is overwritten tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:293:22: warning: Return value of function session().changes().historyUpdates() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/media/streaming/media_streaming_reader.cpp:856:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/streaming/media_streaming_reader.cpp:970:29: warning:inconclusive: Access of moved variable 'offsets'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/media/streaming/media_streaming_reader.cpp:969:28: note: Calling std::move(offsets) tdesktop-3.7.3-full/Telegram/SourceFiles/media/streaming/media_streaming_reader.cpp:970:29: note: Access of moved variable 'offsets'. tdesktop-3.7.3-full/Telegram/SourceFiles/media/system_media_controls_manager.cpp:87:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/system_media_controls_manager.cpp:94:36: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/system_media_controls_manager.cpp:130:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/system_media_controls_manager.cpp:179:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/system_media_controls_manager.cpp:196:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/system_media_controls_manager.cpp:205:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/system_media_controls_manager.cpp:210:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/system_media_controls_manager.cpp:218:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/system_media_controls_manager.cpp:267:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/system_media_controls_manager.cpp:273:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/system_media_controls_manager.cpp:278:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/system_media_controls_manager.cpp:286:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/system_media_controls_manager.cpp:295:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/system_media_controls_manager.cpp:300:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_file_origin.h:118:2: style: Struct 'FileOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_file_origin.h:120:2: style: Struct 'FileOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_file_origin.h:122:2: style: Struct 'FileOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_file_origin.h:124:2: style: Struct 'FileOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_file_origin.h:126:2: style: Struct 'FileOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_file_origin.h:128:2: style: Struct 'FileOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_file_origin.h:130:2: style: Struct 'FileOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_file_origin.h:132:2: style: Struct 'FileOrigin' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/chat_theme.h:91:2: style: Struct 'CachedBackground' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/chat_theme.h:147:2: style: Class 'ChatTheme' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/resize_area.h:16:2: style: Class 'ResizeArea' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_history_hider.h:25:2: style: Class 'HistoryHider' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/chat_helpers/tabbed_selector.h:325:2: style: Class 'InnerFooter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_controller.h:40:2: style: Class 'Key' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_controller.h:41:2: style: Class 'Key' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_controller.h:42:2: style: Class 'Key' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_controller.h:83:2: style: Class 'Section' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_controller.h:86:2: style: Class 'Section' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_controller.h:90:2: style: Class 'Section' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.h:336:3: style: Struct 'CornerButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peer_list_controllers.h:97:3: style: Class 'Row' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/media/audio/media_audio.h:328:2: style: Class 'Fader' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:180:2: style: Class 'StackItemSection' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/menu/menu_mute.cpp:306:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/resize_area.h:26:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/resize_area.h:37:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/menu/menu_check_item.cpp:22:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:238:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/menu/menu_check_item.cpp:28:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:243:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:247:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:258:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:263:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:271:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:289:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:296:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:332:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_opengl.cpp:53:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:339:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mainwidget.cpp:354:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/menu/menu_send.cpp:107:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/menu/menu_mute.cpp:99:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/menu/menu_mute.cpp:308:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_playback_controls.cpp:123:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_playback_controls.cpp:142:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_playback_controls.cpp:371:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_playback_controls.cpp:166:44: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/connection_http.cpp:207:17: style: Local variable 'data' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/connection_http.cpp:199:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/connection_http.cpp:207:17: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_pip.cpp:136:2: style: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_pip.cpp:353:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_pip.cpp:848:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_pip.cpp:384:47: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_pip_opengl.cpp:151:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/dedicated_file_loader.cpp:100:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/dedicated_file_loader.cpp:59:60: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/connection_tcp.cpp:602:16: style: Local variable 'data' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/connection_tcp.cpp:588:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/connection_tcp.cpp:602:16: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/connection_tcp.cpp:549:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/connection_tcp.cpp:554:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/connection_tcp.cpp:559:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/connection_tcp.cpp:564:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/connection_tcp.cpp:569:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/details/mtproto_dcenter.cpp:92:7: style: Consider using std::fill or std::generate algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/details/mtproto_serialized_request.cpp:84:10: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/details/mtproto_dump_to_text.cpp:123:8: style: Local variable 'res' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/details/mtproto_dump_to_text.cpp:112:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/details/mtproto_dump_to_text.cpp:123:8: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/details/mtproto_domain_resolver.cpp:59:6: style: Consider using std::fill or std::generate algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/details/mtproto_dc_key_creator.cpp:194:18: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/details/mtproto_dc_key_creator.cpp:201:18: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/details/mtproto_dc_key_creator.cpp:363:10: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/details/mtproto_rsa_public_key.cpp:22:7: style:inconclusive: Technically the member function 'MTP::details::::BIODeleter::operator()' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/details/mtproto_rsa_public_key.cpp:203:18: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/mtproto_dc_options.cpp:84:2: style: Class 'WriteLocker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/mtproto_dc_options.cpp:105:2: style: Class 'ReadLocker' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/mtproto_dc_options.cpp:176:37: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/mtproto_dc_options.cpp:26:6: style: struct member 'BuiltInDc::id' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/mtproto_dc_options.cpp:27:14: style: struct member 'BuiltInDc::ip' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/mtproto_dc_options.cpp:28:6: style: struct member 'BuiltInDc::port' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:196:2: style: Struct 'SharedMedia' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:204:2: style: Struct 'UserPhotos' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:212:2: style: Struct 'Collage' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:2775:10: warning: Identical condition and return expression 'thumbnail', return value is always 0 [identicalConditionAfterEarlyExit] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:2766:7: note: If condition 'thumbnail' is true, the function will return/exit tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:2775:10: note: Returning identical expression 'thumbnail' tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:4609:8: style: The if condition is the same as the previous if condition [duplicateCondition] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:4608:8: note: First condition tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:4609:8: note: Second condition tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session.cpp:401:15: style: Condition 'result<0' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session.cpp:394:18: note: Assignment 'result=-86400000', assigned value is -86400000 tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session.cpp:401:15: note: Condition 'result<0' is always true tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session.cpp:405:15: style: Condition 'result<0' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session.cpp:394:18: note: Assignment 'result=-86400000', assigned value is -86400000 tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session.cpp:405:15: note: Condition 'result<0' is always true tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session.cpp:428:4: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session.cpp:183:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session.cpp:200:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session.cpp:210:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:310:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:339:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:450:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:1028:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:1564:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:2064:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:2127:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:2300:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:2311:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:2716:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:4149:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:4159:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:4164:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:4171:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:4177:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:4710:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/media/view/media_view_overlay_widget.cpp:2153:47: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_edit_identity_box.cpp:177:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_edit_identity_box.cpp:189:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_edit_identity_box.cpp:202:10: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_edit_identity_box.cpp:84:28: style: Variable 'availableWidth' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/special_config_request.cpp:357:30: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_form_controller.cpp:301:25: style: Local variable 'value' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_form_controller.cpp:277:42: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_form_controller.cpp:301:25: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_encryption.cpp:272:18: style: Local variable 'error' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_encryption.cpp:260:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_encryption.cpp:272:18: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel.cpp:30:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel.cpp:35:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel.cpp:77:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:728:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:734:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_form_view_controller.cpp:173:21: style: Local variable 'type' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_form_view_controller.cpp:149:20: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_form_view_controller.cpp:173:21: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_form_view_controller.cpp:362:37: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_form_view_controller.cpp:488:37: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_contact.cpp:152:8: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_contact.cpp:162:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_document.cpp:443:9: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_document.cpp:484:9: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_contact.cpp:154:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_contact.cpp:164:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_contact.cpp:200:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_password.cpp:152:6: style: Variable 'top' is reassigned a value before the old one has been used. [redundantAssignment] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_password.cpp:149:7: note: top is assigned tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_password.cpp:152:6: note: top is overwritten tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_contact.cpp:231:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_form.cpp:62:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_password.cpp:66:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_contact.cpp:296:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_form.cpp:79:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_password.cpp:170:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_contact.cpp:300:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_form.cpp:130:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_password.cpp:266:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_contact.cpp:338:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:981:2: style: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:572:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:578:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:585:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:693:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:702:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:707:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:730:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:736:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:1254:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:1259:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:1354:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:1193:17: warning: Access of moved variable 'preferredLanguage'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:1178:7: note: Calling std::move(preferredLanguage) tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:1193:17: note: Access of moved variable 'preferredLanguage'. tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:1196:16: warning: Access of moved variable 'scans'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:1183:6: note: Calling std::move(scans) tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:1196:16: note: Access of moved variable 'scans'. tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_document.cpp:363:20: style: Condition 'maxLabelWidth>0' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_document.cpp:354:23: note: Assignment 'maxLabelWidth=0', assigned value is 0 tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_document.cpp:363:20: note: Condition 'maxLabelWidth>0' is always false tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:1197:16: warning: Access of moved variable 'translations'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:1184:6: note: Calling std::move(translations) tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_controller.cpp:1197:16: note: Access of moved variable 'translations'. tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_document.cpp:664:19: style: Local variable 'error' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_document.cpp:638:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_document.cpp:664:19: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_document.cpp:315:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_document.cpp:445:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_document.cpp:486:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_field.cpp:374:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_document.cpp:547:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_document.cpp:112:11: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/stripe/stripe_card_validator.cpp:107:10: style: Consider using std::copy_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:105:24: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:1256:18: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:1257:82: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:1268:18: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_edit_card.cpp:272:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:2622:21: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_edit_card.cpp:315:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:2000:7: style: Local variable 'res' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:1987:6: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:2000:7: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_edit_card.cpp:357:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:2079:21: style: Local variable 'msgId' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:2074:15: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:2079:21: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_edit_card.cpp:372:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:2242:8: style: Local variable 'lock' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:2238:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:2242:8: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:267:9: style: Variable 'haveSent' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:513:16: style: Consider using std::replace_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_scans.cpp:121:2: style: Struct 'SpecialScan' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:772:32: style: Variable 'scheduleCheckSentRequests' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_scans.cpp:679:25: warning: Redundant assignment of 'type' to itself. [selfAssignment] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_scans.cpp:689:41: warning: Redundant assignment of 'type' to itself. [selfAssignment] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_scans.cpp:287:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_scans.cpp:292:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_scans.cpp:709:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_scans.cpp:714:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_scans.cpp:719:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_scans.cpp:818:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/passport_panel_edit_scans.cpp:823:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/ui/passport_details_row.cpp:325:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/ui/passport_details_row.cpp:398:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/ui/passport_details_row.cpp:586:18: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/ui/passport_details_row.cpp:590:20: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/ui/passport_details_row.cpp:593:26: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/ui/passport_details_row.cpp:597:25: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/ui/passport_details_row.cpp:605:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/ui/passport_details_row.cpp:1057:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/passport/ui/passport_details_row.cpp:1082:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/integration_win.cpp:56:4: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_form_summary.cpp:200:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_form_summary.cpp:228:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_form_summary.cpp:245:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_form_summary.cpp:315:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_form_summary.cpp:414:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_form_summary.cpp:566:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_form_summary.cpp:384:23: style: struct member 'State::buttons' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/payments_checkout_process.cpp:55:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/payments_checkout_process.cpp:155:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/payments_checkout_process.cpp:160:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/payments_checkout_process.cpp:169:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/payments_checkout_process.cpp:179:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/payments_checkout_process.cpp:638:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/payments_checkout_process.cpp:643:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/payments_checkout_process.cpp:663:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_field.cpp:603:15: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_field.cpp:376:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_field.cpp:479:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_field.cpp:483:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_field.cpp:507:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_field.cpp:520:21: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_field.cpp:658:13: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_field.cpp:665:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:47:2: style: Struct 'WebviewWithLifetime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:311:15: style: Local variable 'index' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:303:14: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:311:15: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/platform/linux/linux_xdp_file_dialog.cpp:144:2: style: Class 'XDPFileDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:76:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/linux/linux_xdp_file_dialog.cpp:372:26: style: Condition 'selectedFilterIndex!=-1' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:81:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:105:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/linux/linux_xdp_file_dialog.cpp:244:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:173:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/linux/linux_xdp_file_dialog.cpp:249:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:191:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/linux/linux_xdp_file_dialog.cpp:541:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:208:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/linux/linux_xdp_file_dialog.cpp:546:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:213:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/linux/linux_xdp_file_dialog.cpp:347:23: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:337:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:405:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:484:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:503:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:536:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:698:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/profile/profile_back_button.cpp:30:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/profile/profile_back_button.cpp:32:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/profile/profile_back_button.cpp:37:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/main_window_win.cpp:177:5: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/main_window_win.cpp:252:22: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/main_window_win.cpp:267:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/linux/specific_linux.cpp:688:20: style: Local variable 'type' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/linux/specific_linux.cpp:674:44: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/platform/linux/specific_linux.cpp:688:20: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:316:9: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:328:8: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:885:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/notifications_manager_win.cpp:380:2: style:inconclusive: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/notifications_manager_win.cpp:138:8: style: Local variable 'nodeList' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/notifications_manager_win.cpp:132:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/notifications_manager_win.cpp:138:8: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/specific_win.cpp:474:20: style: Condition 'errorTextFormatted' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/specific_win.cpp:462:31: note: Assignment 'errorTextFormatted=nullptr', assigned value is 0 tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/specific_win.cpp:474:20: note: Condition 'errorTextFormatted' is always false tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/notifications_manager_win.cpp:462:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/notifications_manager_win.cpp:316:44: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/profile/profile_block_group_members.cpp:257:19: style: The statement 'if (_onlineCount!=newOnlineCount) _onlineCount=newOnlineCount' is logically equivalent to '_onlineCount=newOnlineCount'. [duplicateConditionalAssign] tdesktop-3.7.3-full/Telegram/SourceFiles/profile/profile_block_group_members.cpp:258:16: note: Assignment '_onlineCount=newOnlineCount' tdesktop-3.7.3-full/Telegram/SourceFiles/profile/profile_block_group_members.cpp:257:19: note: Condition '_onlineCount!=newOnlineCount' is redundant tdesktop-3.7.3-full/Telegram/SourceFiles/profile/profile_block_group_members.cpp:54:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/specific_win.cpp:81:21: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/specific_win.cpp:267:116: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/specific_win.cpp:268:116: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/specific_win.cpp:269:116: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/specific_win.cpp:270:116: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/specific_win.cpp:505:53: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/specific_win.cpp:508:59: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/specific_win.cpp:294:9: style: Variable 'removed' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_experimental.cpp:39:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_common.cpp:158:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_common.cpp:165:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_common.cpp:205:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_common.cpp:270:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_experimental.cpp:43:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_experimental.cpp:67:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_experimental.cpp:123:40: debug: Wrong data detected by condition !tok->next()->astOperand2() [DacaWrongData] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/windows_app_user_model_id.cpp:94:12: style: Local variable 'hr' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/windows_app_user_model_id.cpp:50:10: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/platform/win/windows_app_user_model_id.cpp:94:12: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:857:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:784:8: style: Variable 'empty' is reassigned a value before the old one has been used. [redundantAssignment] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:759:10: note: empty is assigned tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:784:8: note: empty is overwritten tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:150:22: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_codes.cpp:65:7: style: Local variable 'res' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_codes.cpp:52:6: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_codes.cpp:65:7: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:158:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:193:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:211:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:233:21: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:238:21: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:244:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:247:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:252:18: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:302:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:325:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:341:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:415:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:427:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:457:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:466:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:480:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:502:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:523:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:535:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:548:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:580:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:597:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_advanced.cpp:694:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_folders.cpp:178:17: style:inconclusive: Function 'FilterRowButton' argument 4 names different: declaration 'description' definition 'status'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_folders.cpp:75:18: note: Function 'FilterRowButton' argument 4 names different: declaration 'description' definition 'status'. tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_folders.cpp:178:17: note: Function 'FilterRowButton' argument 4 names different: declaration 'description' definition 'status'. tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_folders.cpp:229:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_folders.cpp:339:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_folders.cpp:344:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_folders.cpp:373:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_folders.cpp:454:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_folders.cpp:467:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_main.cpp:123:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_notifications.cpp:851:4: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_intro.cpp:517:30: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:369:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:619:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_intro.cpp:130:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:652:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_intro.cpp:219:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:787:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_intro.cpp:225:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:799:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_intro.cpp:305:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:491:3: style: Struct 'State' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:846:3: style: Struct 'State' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:112:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:135:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:144:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:178:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:196:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:251:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:268:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:369:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:399:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:412:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:517:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:525:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:547:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:647:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:667:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:701:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:729:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:859:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:874:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:888:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:260:3: warning:inconclusive: Access of moved variable 'value'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:243:3: note: Calling std::move(value) tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:260:3: note: Access of moved variable 'value'. tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:265:3: warning:inconclusive: Access of moved variable 'value'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:243:3: note: Calling std::move(value) tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_information.cpp:265:3: note: Access of moved variable 'value'. tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:521:36: warning: Identical inner 'if' condition is always true. [identicalInnerCondition] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:519:35: note: outer condition: widget->chatBackgroundLoading() tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:521:36: note: identical inner condition: widget->chatBackgroundLoading() tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:272:13: style: Local variable 'selected' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:86:24: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:272:13: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:337:13: style: Local variable 'selected' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:86:24: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:337:13: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:52:24: performance:inconclusive: Technically the member function 'Storage::details::::WriteManager::path' can be static (but you may consider moving to unnamed namespace). [functionStatic] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:172:23: note: Technically the member function 'Storage::details::::WriteManager::path' can be static (but you may consider moving to unnamed namespace). tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:52:24: note: Technically the member function 'Storage::details::::WriteManager::path' can be static (but you may consider moving to unnamed namespace). tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:186:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:249:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:320:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:330:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:441:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:709:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:887:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:920:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:112:6: error: Allocation with open, if doesn't release it. [leakNoVarFunctionCall] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:1035:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:122:6: error: Allocation with open, if doesn't release it. [leakNoVarFunctionCall] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:1136:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:334:3: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:1151:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:338:3: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:1162:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:444:22: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:1239:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:466:3: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:1282:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:605:21: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:1293:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:98:13: style: Local variable 'path' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:52:24: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:98:13: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:1322:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:101:13: style: Local variable 'open' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:50:21: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:101:13: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:1389:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:104:13: style: Local variable 'write' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:39:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/storage/details/storage_file_utilities.cpp:104:13: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:1410:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:1478:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:1492:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_controllers.cpp:882:17: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:1598:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_controllers.cpp:105:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:1612:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_controllers.cpp:322:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:1188:44: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_controllers.cpp:329:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:869:5: style: struct member 'State::icons' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_controllers.cpp:548:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_chat.cpp:867:31: style: struct member 'Anonymous0::lifetimes' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_controllers.cpp:872:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_controllers.cpp:914:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_controllers.cpp:925:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_controllers.cpp:933:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/file_download_web.cpp:478:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/file_download_web.cpp:375:22: style: Variable 'sent' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:208:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:371:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:427:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:433:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:547:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:557:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:621:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:633:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:654:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:789:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:801:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:881:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:886:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:909:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_privacy_security.cpp:914:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/file_upload.cpp:62:2: style: Struct 'File' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/file_upload.cpp:63:2: style: Struct 'File' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/file_upload.cpp:161:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/file_upload.cpp:177:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/file_upload.cpp:193:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/file_upload.cpp:198:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/file_upload.cpp:203:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/file_upload.cpp:208:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/download_manager_mtproto.cpp:125:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_file_lock_posix.cpp:28:3: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_file_lock_posix.cpp:38:6: style: struct member 'Descriptor::value' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_file_lock_posix.cpp:42:8: style: struct member 'LockingPid::value' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_cloud_blob.cpp:56:14: style: Local variable 'path' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_cloud_blob.cpp:43:18: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_cloud_blob.cpp:56:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_cloud_blob.cpp:134:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_cloud_blob.cpp:139:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_shared_media.cpp:31:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_user_photos.cpp:117:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/streamed_file_downloader.cpp:60:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_sparse_ids_list.cpp:232:32: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/localstorage.cpp:804:2: style: Class 'CountWaveformTask' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/localstorage.cpp:221:23: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/localstorage.cpp:302:23: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/localstorage.cpp:884:8: style: The scope of the variable 'cache' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/localstorage.cpp:412:6: warning:inconclusive: Access of moved variable 'context'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/localstorage.cpp:411:19: note: Calling std::move(context) tdesktop-3.7.3-full/Telegram/SourceFiles/storage/localstorage.cpp:412:6: note: Access of moved variable 'context'. tdesktop-3.7.3-full/Telegram/SourceFiles/storage/localstorage.cpp:418:6: warning:inconclusive: Access of moved variable 'context'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/localstorage.cpp:411:19: note: Calling std::move(context) tdesktop-3.7.3-full/Telegram/SourceFiles/storage/localstorage.cpp:418:6: note: Access of moved variable 'context'. tdesktop-3.7.3-full/Telegram/SourceFiles/storage/localstorage.cpp:419:48: warning:inconclusive: Access of moved variable 'context'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/localstorage.cpp:411:19: note: Calling std::move(context) tdesktop-3.7.3-full/Telegram/SourceFiles/storage/localstorage.cpp:419:48: note: Access of moved variable 'context'. tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/auto_delete_settings.cpp:53:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/auto_delete_settings.cpp:61:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/auto_delete_settings.cpp:82:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/auto_delete_settings.cpp:173:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/confirm_box.cpp:59:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/auto_delete_settings.cpp:29:20: style: struct member 'State::points' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/confirm_box.cpp:79:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/auto_delete_settings.cpp:30:24: style: struct member 'State::labels' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_autocomplete.cpp:37:2: style: Class 'Inner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/choose_date_time.cpp:110:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/choose_date_time.cpp:145:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/choose_date_time.cpp:214:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/choose_time.cpp:85:17: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/choose_time.cpp:92:18: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/choose_time.cpp:95:24: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/choose_time.cpp:102:26: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_autocomplete.cpp:108:13: style: Local variable 'selected' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_autocomplete.cpp:44:26: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_autocomplete.cpp:108:13: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/choose_time.cpp:107:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_autocomplete.cpp:419:21: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/choose_time.cpp:125:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_autocomplete.cpp:448:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_autocomplete.cpp:459:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_autocomplete.cpp:546:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/attach/attach_controls.cpp:58:12: style: The statement 'if (_type!=type) _type=type' is logically equivalent to '_type=type'. [duplicateConditionalAssign] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/attach/attach_controls.cpp:59:9: note: Assignment '_type=type' tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/attach/attach_controls.cpp:58:12: note: Condition '_type!=type' is redundant tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/attach/attach_controls.cpp:86:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/attach/attach_bot_webview.cpp:130:2: style: Struct 'WebviewWithLifetime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/attach/attach_bot_webview.cpp:145:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/time_picker_box.cpp:93:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/time_picker_box.cpp:99:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_templates.cpp:456:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_templates.cpp:128:29: performance:inconclusive: Function parameter 'was' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_templates.cpp:128:40: performance:inconclusive: Function parameter 'now' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_templates.cpp:628:23: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/attach/attach_item_single_file_preview.cpp:52:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_templates.cpp:450:36: style: struct member 'Updates::requests' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/calendar_box.cpp:58:20: performance:inconclusive: Technically the member function 'Ui::Context::rowsCountMax' can be static (but you may consider moving to unnamed namespace). [functionStatic] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/calendar_box.cpp:179:6: style: Condition 'updated' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/calendar_box.cpp:165:17: note: Assignment 'updated=false', assigned value is 0 tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/calendar_box.cpp:179:6: note: Condition 'updated' is always false tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_send_as.cpp:203:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/edit_invite_link.cpp:279:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/attach/attach_item_single_media_preview.cpp:87:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/attach/attach_item_single_media_preview.cpp:137:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/attach/attach_single_media_preview.cpp:115:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/attach/attach_single_media_preview.cpp:81:5: error: Uninitialized variable: frame [legacyUninitvar] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_helper.cpp:580:15: style: Local variable 'path' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_helper.cpp:555:18: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_helper.cpp:580:15: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_helper.cpp:125:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_helper.cpp:132:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/support/support_helper.cpp:290:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_theme_controller.cpp:212:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/calendar_box.cpp:421:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/calendar_box.cpp:430:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/calendar_box.cpp:475:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/calendar_box.cpp:480:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/country_select_box.cpp:137:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/boxes/country_select_box.cpp:196:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/group_call_bar.cpp:140:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/cached_round_corners.cpp:101:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/group_call_userpics.cpp:95:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/group_call_userpics.cpp:120:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/forward_options_box.cpp:49:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/forward_options_box.cpp:58:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/message_bar.cpp:71:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_send_as.cpp:133:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_send_as.cpp:205:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/group_call_bar.cpp:30:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/group_call_bar.cpp:119:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/group_call_bar.cpp:130:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/group_call_bar.cpp:144:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/pinned_bar.cpp:66:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/requests_bar.cpp:81:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/requests_bar.cpp:37:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/requests_bar.cpp:48:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:203:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/requests_bar.cpp:85:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:321:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/requests_bar.cpp:96:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/pinned_bar.cpp:28:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/pinned_bar.cpp:49:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/pinned_bar.cpp:70:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/pinned_bar.cpp:155:20: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/pinned_bar.cpp:166:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/pinned_bar.cpp:176:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/pinned_bar.cpp:87:35: warning: Access of moved variable 'previous'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/pinned_bar.cpp:86:25: note: Calling std::move(previous) tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/pinned_bar.cpp:87:35: note: Access of moved variable 'previous'. tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/message_bar.cpp:50:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/message_bar.cpp:58:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/message_bar.cpp:73:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_theme_controller.cpp:184:20: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_theme_controller.cpp:200:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_theme_controller.cpp:208:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_theme_controller.cpp:214:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_theme_controller.cpp:225:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_theme_controller.cpp:249:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_theme_controller.cpp:317:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_theme_controller.cpp:344:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/invite_link_buttons.cpp:110:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_theme_controller.cpp:406:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/download_bar.cpp:49:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_theme_controller.cpp:419:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/download_bar.cpp:55:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_theme_controller.cpp:495:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/download_bar.cpp:61:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_theme_controller.cpp:512:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_theme_controller.cpp:541:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/choose_theme_controller.cpp:568:23: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/chat_style.cpp:460:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/who_reacted_context_action.cpp:170:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/invite_link_label.cpp:35:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/invite_link_label.cpp:43:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/invite_link_label.cpp:66:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/delete_message_context_action.cpp:90:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/chat_service_checkbox.cpp:80:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/invite_link_buttons.cpp:55:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/chat_service_checkbox.cpp:251:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/invite_link_buttons.cpp:112:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/chat_service_checkbox.cpp:49:22: style: struct member 'Frames::ready' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/invite_link_buttons.cpp:146:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/invite_link_buttons.cpp:164:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/effects/scroll_content_shadow.cpp:25:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/countryinput.cpp:76:8: style: Local variable 'r' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/countryinput.cpp:42:8: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/ui/countryinput.cpp:76:8: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/ui/countryinput.cpp:117:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/search_field_controller.cpp:46:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/search_field_controller.cpp:55:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/search_field_controller.cpp:72:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/effects/message_sending_animation_controller.cpp:100:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/who_reacted_context_action.cpp:172:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/effects/message_sending_animation_controller.cpp:105:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:205:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/who_reacted_context_action.cpp:194:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/effects/message_sending_animation_controller.cpp:266:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:210:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/who_reacted_context_action.cpp:201:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/effects/message_sending_animation_controller.cpp:328:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:323:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/who_reacted_context_action.cpp:207:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/effects/message_sending_animation_controller.cpp:399:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:376:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/who_reacted_context_action.cpp:487:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:382:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:466:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:567:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:576:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:585:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:696:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:709:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:756:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:814:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:825:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:612:7: style: struct member 'Animation::from' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/controls/call_mute_button.cpp:613:7: style: struct member 'Animation::to' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/effects/send_action_animations.cpp:34:7: style: struct member 'MetaData::index' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/effects/send_action_animations.cpp:35:26: style: struct member 'MetaData::creator' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/effects/round_checkbox.cpp:22:2: style: Class 'CheckCaches' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/grouped_layout.cpp:476:27: style: Condition 'second>3' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/grouped_layout.cpp:476:13: note: Assuming that condition 'first>3' is not redundant tdesktop-3.7.3-full/Telegram/SourceFiles/ui/grouped_layout.cpp:475:30: note: Assignment 'second=_count-first', assigned value is symbolic=first tdesktop-3.7.3-full/Telegram/SourceFiles/ui/grouped_layout.cpp:476:27: note: Condition 'second>3' is always false tdesktop-3.7.3-full/Telegram/SourceFiles/ui/grouped_layout.cpp:164:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/grouped_layout.cpp:174:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/effects/round_checkbox.cpp:26:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/image/image_location_factory.cpp:20:60: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/filter_icon_panel.cpp:80:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/filter_icon_panel.cpp:103:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/filter_icon_panel.cpp:144:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_account.cpp:2359:42: style: The if condition is the same as the previous if condition [duplicateCondition] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_account.cpp:2356:42: note: First condition tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_account.cpp:2359:42: note: Second condition tdesktop-3.7.3-full/Telegram/SourceFiles/ui/widgets/sent_code_field.cpp:54:6: style: Consider using std::count_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/window/section_widget.cpp:73:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_account.cpp:2472:32: style: Redundant initialization for 'm'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_account.cpp:2470:9: note: m is initialized tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_account.cpp:2472:32: note: m is overwritten tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_account.cpp:1258:18: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_account.cpp:1243:12: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_account.cpp:1258:18: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_account.cpp:1897:14: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_account.cpp:1773:12: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_account.cpp:1897:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_account.cpp:885:6: warning:inconclusive: Access of moved variable 'context'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_account.cpp:884:33: note: Calling std::move(context) tdesktop-3.7.3-full/Telegram/SourceFiles/storage/storage_account.cpp:885:6: note: Access of moved variable 'context'. tdesktop-3.7.3-full/Telegram/SourceFiles/ui/widgets/vertical_drum_picker.cpp:60:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/widgets/vertical_drum_picker.cpp:75:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/widgets/vertical_drum_picker.cpp:97:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/widgets/continuous_sliders.cpp:284:14: style: Local variable 'till' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/widgets/continuous_sliders.cpp:267:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/ui/widgets/continuous_sliders.cpp:284:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/ui/special_buttons.cpp:73:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/section_widget.cpp:89:29: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/special_buttons.cpp:246:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/special_buttons.cpp:340:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/special_buttons.cpp:348:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/special_buttons.cpp:551:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/special_buttons.cpp:821:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/notifications_manager.cpp:96:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/widgets/multi_select.cpp:1003:29: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/widgets/separate_panel.cpp:49:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/widgets/separate_panel.cpp:58:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/widgets/separate_panel.cpp:169:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/widgets/separate_panel.cpp:296:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/widgets/separate_panel.cpp:302:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/ui/widgets/separate_panel.cpp:327:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/main_window.cpp:313:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/main_window.cpp:318:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/main_window.cpp:323:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/main_window.cpp:332:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/main_window.cpp:340:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/main_window.cpp:461:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/notifications_manager_default.cpp:842:15: style: Local variable 'options' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/SourceFiles/window/notifications_manager_default.cpp:754:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/window/notifications_manager_default.cpp:842:15: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/window/notifications_manager_default.cpp:73:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/notifications_manager_default.cpp:255:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/notifications_manager_default.cpp:262:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/notifications_manager_default.cpp:621:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/notifications_manager_default.cpp:651:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/notifications_manager_default.cpp:1101:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/notifications_manager_default.cpp:403:112: style: Parameter 'queued' can be declared as reference to const [constParameter] tdesktop-3.7.3-full/Telegram/SourceFiles/window/notifications_manager_default.cpp:108:35: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_editor.cpp:55:2: style: Struct 'ReadColorResult' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_editor.cpp:79:7: style: Local variable 'readValue' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_editor.cpp:133:15: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_editor.cpp:79:7: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_editor.cpp:311:8: style: Local variable 'value' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_editor.cpp:295:21: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_editor.cpp:311:8: note: Shadow variable tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_editor.cpp:418:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:416:3: error: Non-local variable '_p' will use pointer to local variable 'p'. [danglingLifetime] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:416:8: note: Address of variable taken here. tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:414:11: note: Variable created here. tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:416:3: note: Non-local variable '_p' will use pointer to local variable 'p'. tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:418:3: error: Non-local variable '_p' will use pointer to local variable 'p'. [danglingLifetime] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:416:8: note: Address of variable taken here. tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:414:11: note: Variable created here. tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:418:3: note: Non-local variable '_p' will use pointer to local variable 'p'. tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:419:3: error: Non-local variable '_p' will use pointer to local variable 'p'. [danglingLifetime] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:416:8: note: Address of variable taken here. tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:414:11: note: Variable created here. tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:419:3: note: Non-local variable '_p' will use pointer to local variable 'p'. tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_editor_block.cpp:62:33: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme.cpp:568:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme.cpp:579:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_history_hider.cpp:38:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:557:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_media_preview.cpp:369:46: style:inconclusive: Boolean expression '!thumbLoaded' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_history_hider.cpp:29:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_history_hider.cpp:40:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_peer_menu.cpp:98:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_controller.cpp:98:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_controller.cpp:111:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_controller.cpp:116:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_controller.cpp:147:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_controller.cpp:179:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_controller.cpp:192:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_controller.cpp:213:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_controller.cpp:221:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_connecting_widget.cpp:34:2: style: Class 'Progress' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_connecting_widget.cpp:116:2: style: Class 'ProxyIcon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_editor_box.cpp:580:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_media_preview.cpp:369:46: style: Boolean result is used in bitwise operation. Clarify expression with parentheses. [clarifyCondition] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_editor_box.cpp:829:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_connecting_widget.cpp:144:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_lock_widgets.cpp:315:21: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_editor_box.cpp:834:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_connecting_widget.cpp:214:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_lock_widgets.cpp:319:21: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_connecting_widget.cpp:227:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_lock_widgets.cpp:324:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_connecting_widget.cpp:233:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_lock_widgets.cpp:329:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_media_preview.cpp:40:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_connecting_widget.cpp:248:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_lock_widgets.cpp:341:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_media_preview.cpp:251:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_connecting_widget.cpp:256:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_themes_cloud_list.cpp:567:19: style: Condition 'document' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_themes_cloud_list.cpp:358:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_themes_cloud_list.cpp:363:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_themes_cloud_list.cpp:673:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/threading.h:343:0: error: #error "No threading implementation for your operating system" [preprocessorErrorDirective] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/audio/Resampler.cpp:63:42: style: Parameter 'from' can be declared as pointer to const [constParameter] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/audio/Resampler.cpp:76:42: style: Parameter 'from' can be declared as pointer to const [constParameter] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/audio/Resampler.cpp:90:36: style: Parameter 'from' can be declared as pointer to const [constParameter] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:140:2: style: Class 'ResetScaleButton' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:153:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:169:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:361:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:377:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:385:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:416:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:423:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:468:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:528:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:559:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:637:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:664:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:686:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_main_menu.cpp:790:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.cpp:458:10: performance:inconclusive: Technically the member function 'json11::::JsonParser::encode_utf8' can be static (but you may consider moving to unnamed namespace). [functionStatic] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:92:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:93:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:94:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:95:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:96:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:97:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:98:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:99:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/tests/MockReflector.cpp:28:16: warning: Member variable 'MockReflector::thread' is not initialized in the constructor. [uninitMemberVar] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:100:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/os/windows/WindowsSandboxUtils.cpp:46:20: warning: Member variable 'ActivationHandler::client' is not initialized in the constructor. [uninitMemberVar] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:101:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/os/windows/WindowsSandboxUtils.h:29:3: style: Class 'ActivationHandler' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/tests/MockReflector.cpp:125:38: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:102:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/os/windows/WindowsSandboxUtils.cpp:19:88: style:inconclusive: Function 'ActivateAudioDevice' argument 2 names different: declaration 'callResult' definition 'callRes'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/os/windows/WindowsSandboxUtils.h:38:76: note: Function 'ActivateAudioDevice' argument 2 names different: declaration 'callResult' definition 'callRes'. tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/os/windows/WindowsSandboxUtils.cpp:19:88: note: Function 'ActivateAudioDevice' argument 2 names different: declaration 'callResult' definition 'callRes'. tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/tests/MockReflector.cpp:28:42: performance: Function parameter 'bindAddress' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:106:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/os/windows/WindowsSandboxUtils.cpp:19:106: style:inconclusive: Function 'ActivateAudioDevice' argument 3 names different: declaration 'actResult' definition 'actRes'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/os/windows/WindowsSandboxUtils.h:38:97: note: Function 'ActivateAudioDevice' argument 3 names different: declaration 'actResult' definition 'actRes'. tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/os/windows/WindowsSandboxUtils.cpp:19:106: note: Function 'ActivateAudioDevice' argument 3 names different: declaration 'actResult' definition 'actRes'. tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/tests/MockReflector.cpp:114:18: error: Uninitialized variables: &response._id1, &response._id2, &response.magic [uninitvar] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:113:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:119:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:153:6: performance:inconclusive: Technically the member function 'Window::Theme::::Generator::computeInfoWidth' can be static (but you may consider moving to unnamed namespace). [functionStatic] tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:276:16: note: Technically the member function 'Window::Theme::::Generator::computeInfoWidth' can be static (but you may consider moving to unnamed namespace). tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:153:6: note: Technically the member function 'Window::Theme::::Generator::computeInfoWidth' can be static (but you may consider moving to unnamed namespace). tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.cpp:305:36: style:inconclusive: Function 'operator==' argument 1 names different: declaration 'rhs' definition 'other'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:192:34: note: Function 'operator==' argument 1 names different: declaration 'rhs' definition 'other'. tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.cpp:305:36: note: Function 'operator==' argument 1 names different: declaration 'rhs' definition 'other'. tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:441:9: style: Variable 'bubble' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.cpp:314:35: style:inconclusive: Function 'operator<' argument 1 names different: declaration 'rhs' definition 'other'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.hpp:193:34: note: Function 'operator<' argument 1 names different: declaration 'rhs' definition 'other'. tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.cpp:314:35: note: Function 'operator<' argument 1 names different: declaration 'rhs' definition 'other'. tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:653:13: style: Variable 'row' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.cpp:516:24: style: Local variable 'esc' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.cpp:331:22: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.cpp:516:24: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.cpp:785:17: style: Variable 'item' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.cpp:786:56: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/Instance.cpp:55:14: style: Local variable 'versions' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/Instance.h:242:35: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/Instance.cpp:55:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/Instance.cpp:19:8: style: Variable 'map' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/Instance.cpp:23:10: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/LogSinkImpl.h:13:2: style: Class 'LogSinkImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeAudioDeviceModule.cpp:107:11: style: Virtual function 'StopPlayout' is called from destructor '~FakeAudioDeviceModuleImpl()' at line 51. Dynamic binding is not used. [virtualCallInConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeAudioDeviceModule.cpp:51:5: note: Calling StopPlayout tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeAudioDeviceModule.cpp:107:11: note: StopPlayout is a virtual function tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/MediaManager.cpp:1062:3: error: Syntax Error: AST broken, ternary operator lacks ':'. [internalAstError] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeAudioDeviceModule.cpp:203:18: warning: Either the condition 'recorder_' is redundant or there is possible null pointer dereference: recorder_. [nullPointerRedundantCheck] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeAudioDeviceModule.cpp:212:9: note: Assuming that condition 'recorder_' is not redundant tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeAudioDeviceModule.cpp:203:18: note: Null pointer dereference tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/AudioDeviceHelper.cpp:10:21: style: Variable 'utfName' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeVideoTrackSource.cpp:106:5: performance: Variable 'data_' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeVideoTrackSource.cpp:105:3: style: Class 'FakeVideoSource' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeVideoTrackSource.cpp:158:111: style:inconclusive: Function 'create' argument 1 names different: declaration 'source' definition 'frame_source'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeVideoTrackSource.h:32:98: note: Function 'create' argument 1 names different: declaration 'source' definition 'frame_source'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeVideoTrackSource.cpp:158:111: note: Function 'create' argument 1 names different: declaration 'source' definition 'frame_source'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeVideoTrackSource.cpp:21:14: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeVideoTrackSource.cpp:45:10: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeVideoTrackSource.cpp:21:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/SctpDataChannelProviderInterfaceImpl.cpp:19:22: warning: Assert statement calls a function which may have desired side effects: 'getNetworkThread'. [assertWithSideEffect] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeVideoTrackSource.cpp:62:14: style: Local variable 'i' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeVideoTrackSource.cpp:46:22: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeVideoTrackSource.cpp:62:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/SctpDataChannelProviderInterfaceImpl.cpp:44:22: warning: Assert statement calls a function which may have desired side effects: 'getNetworkThread'. [assertWithSideEffect] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeVideoTrackSource.cpp:91:8: style: Local variable 'info' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeVideoTrackSource.h:21:16: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/FakeVideoTrackSource.cpp:91:8: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/SctpDataChannelProviderInterfaceImpl.cpp:55:22: warning: Assert statement calls a function which may have desired side effects: 'getNetworkThread'. [assertWithSideEffect] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/SctpDataChannelProviderInterfaceImpl.cpp:68:22: warning: Assert statement calls a function which may have desired side effects: 'getNetworkThread'. [assertWithSideEffect] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/SctpDataChannelProviderInterfaceImpl.cpp:79:22: warning: Assert statement calls a function which may have desired side effects: 'getNetworkThread'. [assertWithSideEffect] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/SctpDataChannelProviderInterfaceImpl.cpp:90:22: warning: Assert statement calls a function which may have desired side effects: 'getNetworkThread'. [assertWithSideEffect] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/SctpDataChannelProviderInterfaceImpl.cpp:101:22: warning: Assert statement calls a function which may have desired side effects: 'getNetworkThread'. [assertWithSideEffect] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/SctpDataChannelProviderInterfaceImpl.cpp:107:22: warning: Assert statement calls a function which may have desired side effects: 'getNetworkThread'. [assertWithSideEffect] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/SctpDataChannelProviderInterfaceImpl.cpp:115:22: warning: Assert statement calls a function which may have desired side effects: 'getNetworkThread'. [assertWithSideEffect] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/SctpDataChannelProviderInterfaceImpl.cpp:126:22: warning: Assert statement calls a function which may have desired side effects: 'getNetworkThread'. [assertWithSideEffect] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/SctpDataChannelProviderInterfaceImpl.cpp:132:22: warning: Assert statement calls a function which may have desired side effects: 'getNetworkThread'. [assertWithSideEffect] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/SctpDataChannelProviderInterfaceImpl.cpp:138:22: warning: Assert statement calls a function which may have desired side effects: 'getNetworkThread'. [assertWithSideEffect] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/SctpDataChannelProviderInterfaceImpl.cpp:144:20: warning: Assert statement calls a function which may have desired side effects: 'getNetworkThread'. [assertWithSideEffect] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/SctpDataChannelProviderInterfaceImpl.cpp:150:22: warning: Assert statement calls a function which may have desired side effects: 'getNetworkThread'. [assertWithSideEffect] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/Manager.cpp:256:56: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AudioStreamingPart.cpp:121:25: style:inconclusive: Technically the member function 'tgcalls::AudioStreamingPartState::getCurrentMappedChannelIndex' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/Manager.cpp:362:145: warning: Redundant assignment of 'statsLogPath' to itself. [selfAssignment] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AVIOContextImpl.h:25:5: style: Class 'AVIOContextImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AudioStreamingPartPersistentDecoder.h:26:5: style: Class 'WrappedCodecParameters' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/Manager.cpp:368:162: warning: Redundant assignment of 'statsLogPath' to itself. [selfAssignment] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/Message.h:24:35: performance: Function parameter 'ufrag_' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AudioStreamingPart.cpp:123:34: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/Message.h:24:55: performance: Function parameter 'pwd_' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/Manager.cpp:27:16: style: Variable 'it' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/EncryptedConnection.h:54:12: style: Unused private function: 'EncryptedConnection::fullNotAckedLength' [unusedPrivateFunction] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AudioStreamingPartPersistentDecoder.h:29:10: style:inconclusive: Technically the member function 'tgcalls::WrappedCodecParameters::isEqual' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AudioStreamingPartPersistentDecoder.cpp:17:30: note: Technically the member function 'tgcalls::WrappedCodecParameters::isEqual' can be const. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AudioStreamingPartPersistentDecoder.h:29:10: note: Technically the member function 'tgcalls::WrappedCodecParameters::isEqual' can be const. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/EncryptedConnection.h:65:10: performance:inconclusive: Technically the member function 'tgcalls::EncryptedConnection::appendReceivedMessage' can be static (but you may consider moving to unnamed namespace). [functionStatic] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/EncryptedConnection.cpp:493:27: note: Technically the member function 'tgcalls::EncryptedConnection::appendReceivedMessage' can be static (but you may consider moving to unnamed namespace). tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/EncryptedConnection.h:65:10: note: Technically the member function 'tgcalls::EncryptedConnection::appendReceivedMessage' can be static (but you may consider moving to unnamed namespace). tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/EncryptedConnection.cpp:538:49: style:inconclusive: Function 'ackMyMessage' argument 1 names different: declaration 'counter' definition 'seq'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/EncryptedConnection.h:61:32: note: Function 'ackMyMessage' argument 1 names different: declaration 'counter' definition 'seq'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/EncryptedConnection.cpp:538:49: note: Function 'ackMyMessage' argument 1 names different: declaration 'counter' definition 'seq'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/desktop_capturer/DesktopCaptureSourceHelper.cpp:393:41: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/EncryptedConnection.cpp:275:16: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/InstanceImpl.h:26:7: style: Virtual function 'setNetworkType' is called from constructor 'InstanceImpl(Descriptor&&descriptor)' at line 42. Dynamic binding is not used. [virtualCallInConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/InstanceImpl.cpp:42:5: note: Calling setNetworkType tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/InstanceImpl.h:26:7: note: setNetworkType is a virtual function tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AudioStreamingPartInternal.cpp:157:45: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:1433:26: warning: Assert statement calls a function which may have desired side effects: 'getMediaThread'. [assertWithSideEffect] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/EncryptedConnection.cpp:518:20: style: Variable 'was' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AudioStreamingPartInternal.cpp:169:45: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_peer_menu.cpp:100:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/PlatformInterface.h:33:5: style: Class 'DefaultWrappedAudioDeviceModule' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AudioStreamingPartInternal.cpp:176:45: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_peer_menu.cpp:1027:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AudioStreamingPartInternal.cpp:338:41: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_peer_menu.cpp:1325:43: style: Parameter 'user' can be declared as pointer to const [constParameter] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AudioStreamingPartInternal.cpp:355:27: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AudioStreamingPartInternal.cpp:181:20: style: The scope of the variable 'endpointIndex' can be reduced. [variableScope] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AudioStreamingPartInternal.cpp:183:29: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AudioStreamingPartInternal.cpp:137:14: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/AudioStreamingPartInternal.cpp:183:29: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/PlatformInterface.h:33:83: performance:inconclusive: Function parameter 'impl' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/InstanceImpl.cpp:171:92: performance: Function parameter 'stats' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/InstanceImpl.cpp:171:109: performance: Function parameter 'callStats' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupNetworkManager.cpp:284:5: style: Class 'WrappedDtlsSrtpTransport' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/VideoCaptureInterfaceImpl.cpp:13:2: performance: Variable '_platformContext' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/VideoCaptureInterfaceImpl.h:32:10: style:inconclusive: Technically the member function 'tgcalls::VideoCaptureInterfaceObject::isScreenCapture' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/VideoCaptureInterfaceImpl.cpp:36:35: note: Technically the member function 'tgcalls::VideoCaptureInterfaceObject::isScreenCapture' can be const. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/VideoCaptureInterfaceImpl.h:32:10: note: Technically the member function 'tgcalls::VideoCaptureInterfaceObject::isScreenCapture' can be const. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/VideoCaptureInterfaceImpl.cpp:65:60: style: The statement 'if (this->_shouldBeAdaptedToReceiverAspectRate!=info.shouldBeAdaptedToReceiverAspectRate) this->_shouldBeAdaptedToReceiverAspectRate=info.shouldBeAdaptedToReceiverAspectRate' is logically equivalent to 'this->_shouldBeAdaptedToReceiverAspectRate=info.shouldBeAdaptedToReceiverAspectRate'. [duplicateConditionalAssign] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/VideoCaptureInterfaceImpl.cpp:66:60: note: Assignment 'this->_shouldBeAdaptedToReceiverAspectRate=info.shouldBeAdaptedToReceiverAspectRate' tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/VideoCaptureInterfaceImpl.cpp:65:60: note: Condition 'this->_shouldBeAdaptedToReceiverAspectRate!=info.shouldBeAdaptedToReceiverAspectRate' is redundant tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/android/VideoCapturerInterfaceImpl.cpp:8:2: performance: Variable '_capturer' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/android/VideoCapturerInterfaceImpl.cpp:7:134: performance: Function parameter 'deviceId' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/VideoCaptureInterfaceImpl.cpp:11:70: performance: Function parameter 'deviceId' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupNetworkManager.cpp:501:10: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/CodecSelectHelper.cpp:152:23: style:inconclusive: Function 'ComputeCommonFormats' argument 2 names different: declaration 'theirs' definition 'their'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/CodecSelectHelper.h:26:22: note: Function 'ComputeCommonFormats' argument 2 names different: declaration 'theirs' definition 'their'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/CodecSelectHelper.cpp:152:23: note: Function 'ComputeCommonFormats' argument 2 names different: declaration 'theirs' definition 'their'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/VideoCaptureInterfaceImpl.cpp:169:66: performance: Function parameter 'deviceId' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/android/AndroidContext.cpp:8:5: performance: Variable 'VideoCameraCapturerClass' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/android/AndroidContext.h:12:5: style: Class 'AndroidContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/NetworkManager.cpp:32:5: style: Class 'TgCallsCryptStringImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.cpp:1047:5: performance: Variable '_private' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.h:35:5: style: Class 'StreamingMediaContext' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/android/VideoCameraCapturer.cpp:14:31: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/android/AndroidInterface.cpp:79:39: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/android/VideoCameraCapturer.cpp:27:31: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/NetworkManager.cpp:230:34: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.cpp:89:5: style: Class 'SampleRingBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/android/VideoCameraCapturer.cpp:35:31: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/NetworkManager.cpp:240:34: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.cpp:240:5: style: Class 'StreamingMediaContextPrivate' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/android/VideoCameraCapturer.cpp:13:120: performance: Function parameter 'deviceId' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.cpp:533:23: style: Redundant initialization for 'vadResult'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.cpp:529:42: note: vadResult is initialized tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.cpp:533:23: note: vadResult is overwritten tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/VideoStreamingPart.cpp:275:9: performance: Variable '_avIoContext' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.cpp:910:24: style: Local variable 'weak' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.cpp:765:20: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.cpp:910:24: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/VideoStreamingPart.cpp:506:9: performance: Variable '_videoStreamInfo' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.h:18:77: performance: Function parameter 'endpoint_' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/VideoStreamingPart.cpp:55:13: style:inconclusive: Technically the member function 'tgcalls::::DecodableFrame::pts' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/VideoStreamingPart.h:24:41: performance: Function parameter 'endpointId_' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/VideoStreamingPart.cpp:59:13: style:inconclusive: Technically the member function 'tgcalls::::DecodableFrame::dts' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/fake/FakeInterface.cpp:32:79: performance: Function parameter 'deviceId' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.cpp:301:24: style: Variable 'videoSegment' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/VideoStreamingPart.cpp:90:12: style:inconclusive: Technically the member function 'tgcalls::::Frame::pts' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.cpp:324:24: style: Variable 'videoSegment' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/VideoStreamingPart.cpp:361:17: style:inconclusive: Technically the member function 'tgcalls::VideoStreamingPartInternal::endpointId' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.cpp:574:20: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/legacy/InstanceImplLegacy.h:20:7: style: Virtual function 'setNetworkType' is called from constructor 'InstanceImplLegacy(Descriptor&&descriptor)' at line 146. Dynamic binding is not used. [virtualCallInConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/legacy/InstanceImplLegacy.cpp:146:2: note: Calling setNetworkType tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/legacy/InstanceImplLegacy.h:20:7: note: setNetworkType is a virtual function tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/legacy/InstanceImplLegacy.h:43:7: style: Virtual function 'stop' is called from destructor '~InstanceImplLegacy()' at line 163. Dynamic binding is not used. [virtualCallInConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/legacy/InstanceImplLegacy.cpp:163:9: note: Calling stop tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/legacy/InstanceImplLegacy.h:43:7: note: stop is a virtual function tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/VideoStreamingPart.cpp:437:30: style: Local variable 'status' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/VideoStreamingPart.cpp:435:26: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/VideoStreamingPart.cpp:437:30: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/VideoStreamingPart.cpp:461:34: style: Local variable 'status' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/VideoStreamingPart.cpp:458:25: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/VideoStreamingPart.cpp:461:34: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/VideoStreamingPart.cpp:272:44: performance: Function parameter 'endpointId' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/legacy/InstanceImplLegacy.cpp:148:32: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/tdesktop/VideoCameraCapturer.cpp:130:51: performance: Function parameter 'deviceId' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.h:77:10: style:inconclusive: Technically the member function 'webrtc::CustomSimulcastEncoderAdapter::EncoderContext::prefer_temporal_support' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.h:80:38: style:inconclusive: Technically the member function 'webrtc::CustomSimulcastEncoderAdapter::EncoderContext::PrimaryInfo' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.h:82:38: style:inconclusive: Technically the member function 'webrtc::CustomSimulcastEncoderAdapter::EncoderContext::FallbackInfo' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:356:36: style: Condition '!separate_encoders_needed' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:353:35: note: Assignment 'separate_encoders_needed=true', assigned value is 1 tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:356:36: note: Condition '!separate_encoders_needed' is always false tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:708:9: style: Condition '!primary_encoder' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:707:35: note: Assignment 'std::unique_ptrprimary_encoder', assigned value is 0 tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:708:9: note: Condition '!primary_encoder' is always true tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:729:28: style: Condition 'fallback_encoder==nullptr' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:715:35: note: Assignment 'std::unique_ptrfallback_encoder', assigned value is 0 tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:729:28: note: Condition 'fallback_encoder==nullptr' is always true tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/uwp/UwpScreenCapturer.cpp:34:20: warning: Member variable 'UwpScreenCapturer::item_closed_' is not initialized in the constructor. [uninitMemberVar] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:736:33: style: Condition 'fallback_encoder!=nullptr' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:715:35: note: Assignment 'std::unique_ptrfallback_encoder', assigned value is 0 tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:736:33: note: Condition 'fallback_encoder!=nullptr' is always false tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/uwp/UwpScreenCapturer.cpp:34:20: warning: Member variable 'UwpScreenCapturer::is_capture_started_' is not initialized in the constructor. [uninitMemberVar] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:174:10: style:inconclusive: Function 'StreamContext' argument 7 names different: declaration 'send_stream' definition 'is_paused'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.h:99:24: note: Function 'StreamContext' argument 7 names different: declaration 'send_stream' definition 'is_paused'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:174:10: note: Function 'StreamContext' argument 7 names different: declaration 'send_stream' definition 'is_paused'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/uwp/UwpScreenCapturer.h:55:22: style:inconclusive: Member variable 'UwpScreenCapturer::item_' is in the wrong place in the initializer list. [initializerList] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/uwp/UwpScreenCapturer.cpp:37:1: note: Member variable 'UwpScreenCapturer::item_' is in the wrong place in the initializer list. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/uwp/UwpScreenCapturer.h:55:22: note: Member variable 'UwpScreenCapturer::item_' is in the wrong place in the initializer list. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:299:23: style:inconclusive: Function 'InitEncode' argument 1 names different: declaration 'codec_settings' definition 'inst'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.h:55:36: note: Function 'InitEncode' argument 1 names different: declaration 'codec_settings' definition 'inst'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:299:23: note: Function 'InitEncode' argument 1 names different: declaration 'codec_settings' definition 'inst'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/uwp/UwpScreenCapturer.cpp:258:22: style: The statement 'if (mapped_texture_!=nullptr) mapped_texture_=nullptr' is logically equivalent to 'mapped_texture_=nullptr'. [duplicateConditionalAssign] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/uwp/UwpScreenCapturer.cpp:259:19: note: Assignment 'mapped_texture_=nullptr' tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/uwp/UwpScreenCapturer.cpp:258:22: note: Condition 'mapped_texture_!=nullptr' is redundant tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:660:25: style:inconclusive: Function 'OnEncodedImage' argument 2 names different: declaration 'encoded_image' definition 'encodedImage'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.h:160:27: note: Function 'OnEncodedImage' argument 2 names different: declaration 'encoded_image' definition 'encodedImage'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:660:25: note: Function 'OnEncodedImage' argument 2 names different: declaration 'encoded_image' definition 'encodedImage'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:661:30: style:inconclusive: Function 'OnEncodedImage' argument 3 names different: declaration 'codec_specific_info' definition 'codecSpecificInfo'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.h:161:32: note: Function 'OnEncodedImage' argument 3 names different: declaration 'codec_specific_info' definition 'codecSpecificInfo'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:661:30: note: Function 'OnEncodedImage' argument 3 names different: declaration 'codec_specific_info' definition 'codecSpecificInfo'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:357:9: style: Local variable 'ret' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:307:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:357:9: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:400:9: style: Local variable 'ret' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:307:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:400:9: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:450:80: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:465:57: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/uwp/UwpScreenCapturer.cpp:81:5: style: Variable 'hr' is reassigned a value before the old one has been used. [redundantAssignment] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/uwp/UwpScreenCapturer.cpp:64:6: note: hr is assigned tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/uwp/UwpScreenCapturer.cpp:81:5: note: hr is overwritten tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/darwin/CustomSimulcastEncoderAdapter.cpp:474:39: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.cpp:455:10: performance:inconclusive: Technically the member function 'json11::::JsonParser::encode_utf8' can be static (but you may consider moving to unnamed namespace). [functionStatic] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:92:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:93:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:94:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:95:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:96:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:97:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:98:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:99:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:100:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:101:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:102:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:106:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:113:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:119:5: style: Class 'Json' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.cpp:302:36: style:inconclusive: Function 'operator==' argument 1 names different: declaration 'rhs' definition 'other'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:192:34: note: Function 'operator==' argument 1 names different: declaration 'rhs' definition 'other'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.cpp:302:36: note: Function 'operator==' argument 1 names different: declaration 'rhs' definition 'other'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.cpp:311:35: style:inconclusive: Function 'operator<' argument 1 names different: declaration 'rhs' definition 'other'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.hpp:193:34: note: Function 'operator<' argument 1 names different: declaration 'rhs' definition 'other'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.cpp:311:35: note: Function 'operator<' argument 1 names different: declaration 'rhs' definition 'other'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.cpp:513:24: style: Local variable 'esc' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.cpp:328:22: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/third-party/json11.cpp:513:24: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/ContentNegotiation.cpp:471:36: warning:inconclusive: Access of moved variable 'mappedContent'. [accessMoved] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/ContentNegotiation.cpp:467:45: note: Calling std::move(mappedContent) tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/ContentNegotiation.cpp:469:34: note: Assuming container is not empty tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/ContentNegotiation.cpp:471:36: note: Access of moved variable 'mappedContent'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/ContentNegotiation.cpp:472:42: warning:inconclusive: Access of moved variable 'mappedContent'. [accessMoved] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/ContentNegotiation.cpp:467:45: note: Calling std::move(mappedContent) tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/ContentNegotiation.cpp:469:34: note: Assuming container is not empty tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/ContentNegotiation.cpp:472:42: note: Access of moved variable 'mappedContent'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/ContentNegotiation.cpp:229:35: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/ContentNegotiation.cpp:357:35: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/ContentNegotiation.cpp:418:48: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/ContentNegotiation.cpp:517:35: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/ContentNegotiation.cpp:636:82: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/ContentNegotiation.cpp:661:67: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/ContentNegotiation.cpp:680:67: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/SignalingEncryption.h:11:5: style: Class 'SignalingEncryption' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:623:5: style: Class 'VideoSinkImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:695:5: style: Struct 'NoiseSuppressionConfiguration' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:1202:5: style: Class 'MissingSsrcPacketBuffer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:1320:5: style: Class 'AudioDeviceDataObserverImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2ReferenceImpl.cpp:797:42: performance: Function parameter 'id' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:24:10: style: The function 'stop' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:179:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:24:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2ReferenceImpl.cpp:800:43: performance: Function parameter 'id' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:26:10: style: The function 'setConnectionMode' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:181:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:26:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:28:10: style: The function 'emitJoinPayload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:183:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:28:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:29:10: style: The function 'setJoinResponsePayload' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:184:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:29:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:30:10: style: The function 'removeSsrcs' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:185:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:30:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:31:10: style: The function 'removeIncomingVideoSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:186:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:31:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:33:10: style: The function 'setIsMuted' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:188:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:33:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:34:10: style: The function 'setIsNoiseSuppressionEnabled' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:189:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:34:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:35:10: style: The function 'setVideoCapture' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:190:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:35:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:36:10: style: The function 'setVideoSource' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:191:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:36:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:37:10: style: The function 'setAudioOutputDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:192:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:37:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:38:10: style: The function 'setAudioInputDevice' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:193:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:38:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:39:10: style: The function 'addExternalAudioSamples' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:194:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:39:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:41:10: style: The function 'addOutgoingVideoOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:196:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:41:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:42:10: style: The function 'addIncomingVideoOutput' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:197:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:42:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:44:10: style: The function 'setVolume' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:199:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:44:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:45:10: style: The function 'setRequestedVideoChannels' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:200:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:45:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/NativeNetworkingImpl.cpp:40:5: style: Class 'CryptStringImpl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:47:10: style: The function 'getStats' overrides a function in a base class but is not marked with a 'override' specifier. [missingOverride] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceImpl.h:202:18: note: Virtual function in base class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.h:47:10: note: Function in derived class tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/NativeNetworkingImpl.cpp:75:5: style: Class 'WrappedAsyncPacketSocket' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:571:39: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:1304:88: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:1350:31: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2871:32: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2249:13: style:inconclusive: Found duplicate branches for 'if' and 'else'. [duplicateBranch] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2251:15: note: Found duplicate branches for 'if' and 'else'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2249:13: note: Found duplicate branches for 'if' and 'else'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2030:71: warning: Redundant assignment of 'isSpeech' to itself. [selfAssignment] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2445:32: style: Local variable 'message' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2396:55: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2445:32: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:3148:26: style: Local variable 'it' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:3138:20: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:3148:26: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:1040:35: performance: Function parameter 'sharedVideoInformation' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2976:44: performance: Function parameter 'ssrcs' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2937:13: warning:inconclusive: Access of moved variable '_pendingRequestedVideo'. [accessMoved] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2936:39: note: Calling std::move(_pendingRequestedVideo) tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2937:13: note: Access of moved variable '_pendingRequestedVideo'. tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2195:62: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2215:63: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2510:107: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:2731:48: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:3243:40: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:1248:30: style: struct member 'DecodedBroadcastPartChannel::pcmData' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/Signaling.cpp:31:15: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/Signaling.cpp:138:23: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/Signaling.cpp:247:24: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/Signaling.cpp:255:26: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/Signaling.cpp:262:23: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/Signaling.cpp:448:18: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:85:13: style: Condition '_disableOutgoingAudioProcessing' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:83:48: note: Assignment '_disableOutgoingAudioProcessing=false', assigned value is 0 tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:85:13: note: Condition '_disableOutgoingAudioProcessing' is always false tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:395:23: style: Local variable 'ssrc' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:526:14: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:395:23: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:669:23: style: Local variable 'ssrc' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:716:14: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:669:23: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:1394:53: style: Local variable 'data' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:1355:59: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:1394:53: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:1399:36: style: Local variable 'message' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:1358:20: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:1399:36: note: Shadow variable tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:1703:42: performance: Function parameter 'id' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:1707:43: performance: Function parameter 'id' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:109:45: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:371:27: style: Consider using std::copy_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:1072:116: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:1103:116: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2Impl.cpp:1150:121: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/data.cpp:245:11: style: Local variable 'copy' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/data.cpp:231:9: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/data.cpp:245:11: note: Shadow variable tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/data.cpp:222:13: style: Consider using std::replace_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/data.cpp:251:14: style: Consider using std::replace_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/data.cpp:727:15: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/Signaling_4_0_0.cpp:30:15: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/Signaling_4_0_0.cpp:129:23: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/Signaling_4_0_0.cpp:212:24: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/Signaling_4_0_0.cpp:220:26: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/Signaling_4_0_0.cpp:227:23: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/data_read.cpp:123:39: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/data_read.cpp:243:43: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/structure_types.cpp:16:3: style: Class 'TInt' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/structure_types.cpp:27:3: style: Class 'TDouble' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/structure_types.cpp:38:3: style: Class 'TString' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/structure_types.cpp:49:3: style: Class 'TPoint' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/structure_types.cpp:60:3: style: Class 'TSize' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/structure_types.cpp:71:3: style: Class 'TColor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/structure_types.cpp:82:3: style: Class 'TMargins' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/structure_types.cpp:93:3: style: Class 'TFont' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/replaces.cpp:32:2: style: Class 'ReplacementWords' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/structure_types.cpp:104:3: style: Class 'TIcon' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/replaces.cpp:275:14: style: Variable 'alias' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/structure_types.cpp:115:3: style: Class 'TFields' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/replaces.cpp:371:13: style: Variable 'category' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/structure_types.cpp:38:23: performance: Function parameter 'value' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/replaces.cpp:276:50: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/lib_base/base/crc32hash.cpp:30:16: performance:inconclusive: Technically the member function 'base::::Crc32Table::reflect' can be static (but you may consider moving to unnamed namespace). [functionStatic] tdesktop-3.7.3-full/Telegram/lib_base/base/file_lock_posix.cpp:26:3: style: Obsolescent function 'usleep' called. It is recommended to use 'nanosleep' or 'setitimer' instead. [prohibitedusleepCalled] tdesktop-3.7.3-full/Telegram/lib_base/base/crc32hash.cpp:19:56: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/InstanceV2_4_0_0Impl.cpp:543:13: style: Condition '_disableOutgoingAudioProcessing' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/InstanceV2_4_0_0Impl.cpp:541:48: note: Assignment '_disableOutgoingAudioProcessing=false', assigned value is 0 tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/InstanceV2_4_0_0Impl.cpp:543:13: note: Condition '_disableOutgoingAudioProcessing' is always false tdesktop-3.7.3-full/Telegram/lib_base/base/crc32hash.cpp:19:49: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] tdesktop-3.7.3-full/Telegram/lib_base/base/file_lock_posix.cpp:36:6: style: struct member 'Descriptor::value' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/lib_base/base/crc32hash.cpp:19:49: error: Signed integer overflow for expression '1<<31'. [integerOverflow] tdesktop-3.7.3-full/Telegram/lib_base/base/file_lock_posix.cpp:40:8: style: struct member 'LockingPid::value' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/parsed_file.cpp:225:8: style: Local variable 'index' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/parsed_file.cpp:207:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/parsed_file.cpp:225:8: note: Shadow variable tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/parsed_file.cpp:201:13: style: Variable 'previousTag' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/InstanceV2_4_0_0Impl.cpp:1977:42: performance: Function parameter 'id' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/parsed_file.cpp:209:13: style: Variable 'alreadyTag' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/InstanceV2_4_0_0Impl.cpp:1981:43: performance: Function parameter 'id' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/parsed_file.cpp:321:14: style: Variable 'tagEntry' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/InstanceV2_4_0_0Impl.cpp:833:83: warning:inconclusive: Access of moved variable 'videoPayload'. [accessMoved] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/InstanceV2_4_0_0Impl.cpp:826:49: note: Calling std::move(videoPayload) tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/InstanceV2_4_0_0Impl.cpp:833:83: note: Access of moved variable 'videoPayload'. tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/parsed_file.cpp:202:31: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/lib_base/base/network_reachability.cpp:50:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/InstanceV2_4_0_0Impl.cpp:117:50: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/InstanceV2_4_0_0Impl.cpp:300:52: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2_4_0_0/InstanceV2_4_0_0Impl.cpp:789:26: style: Consider using std::copy algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/lib_base/base/crash_report_writer.cpp:180:16: style: Local variable 'lock' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_base/base/crash_report_writer.cpp:171:15: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_base/base/crash_report_writer.cpp:180:16: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_base/base/crash_report_writer.cpp:235:26: style: Local variable 'result_' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_base/base/crash_report_writer.cpp:201:24: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_base/base/crash_report_writer.cpp:235:26: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_base/base/flags_tests.cpp:73:31: style: Unused private function: 'Class::is_flag_type' [unusedPrivateFunction] tdesktop-3.7.3-full/Telegram/lib_base/base/flags_tests.cpp:40:16: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] tdesktop-3.7.3-full/Telegram/lib_base/base/flags_tests.cpp:17:12: style: Variable 'test' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/generator.cpp:485:15: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/generator.cpp:435:12: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/generator.cpp:485:15: note: Shadow variable tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/generator.cpp:49:13: style: Variable 'tag' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/generator.cpp:90:13: style: Variable 'tag' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/generator.cpp:144:14: style: Variable 'tagData' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/generator.cpp:191:14: style: Variable 'tagData' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/generator.cpp:213:13: style: Variable 'entry' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/lib_base/base/platform/linux/base_power_save_blocker_linux.cpp:46:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_base/base/platform/win/base_file_utilities_win.cpp:32:2: error: There is an unknown macro here somewhere. Configuration is required. If _Out_writes_ is a macro then please configure it. [unknownMacro] tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/generator.cpp:337:14: style: Variable 'tag' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/lib_base/base/platform/win/base_layout_switch_win.cpp:40:14: style: Local variable 'value' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_base/base/platform/win/base_layout_switch_win.cpp:28:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_base/base/platform/win/base_layout_switch_win.cpp:40:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_base/base/platform/win/base_windows_wrl.cpp:188:1: error: There is an unknown macro here somewhere. Configuration is required. If STDAPI_ is a macro then please configure it. [unknownMacro] tdesktop-3.7.3-full/Telegram/lib_base/base/platform/linux/base_global_shortcuts_linux.cpp:651:2: style:inconclusive: Consecutive return, break, continue, goto or throw statements are unnecessary. [duplicateBreak] tdesktop-3.7.3-full/Telegram/lib_base/base/platform/linux/base_linux_xsettings.cpp:58:14: style: Local variable 'settings' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_base/base/platform/linux/base_linux_xsettings.cpp:222:34: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_base/base/platform/linux/base_linux_xsettings.cpp:58:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_base/base/tests_main.cpp:28:2: style: Struct 'MinimalReporter' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/lib_crl/crl/crl_time.cpp:42:13: style: Local variable 'now' shadows outer function [shadowFunction] tdesktop-3.7.3-full/Telegram/lib_crl/crl/crl_time.cpp:79:6: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_crl/crl/crl_time.cpp:42:13: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_base/base/platform/linux/base_file_utilities_linux.cpp:233:28: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] tdesktop-3.7.3-full/Telegram/lib_base/base/platform/win/base_global_shortcuts_win.cpp:48:24: style: Variable 'contextBit' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/lib_base/base/qthelp_url.cpp:108:12: style: Condition 'query>=0' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/lib_base/base/qthelp_url.cpp:103:12: note: Assuming that condition 'query<0' is not redundant tdesktop-3.7.3-full/Telegram/lib_base/base/qthelp_url.cpp:108:12: note: Condition 'query>=0' is always true tdesktop-3.7.3-full/Telegram/lib_base/base/platform/win/base_global_shortcuts_win.cpp:49:29: style: Variable 'transitionState' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/generator.cpp:130:9: performance:inconclusive: Technically the member function 'codegen::emoji::::Crc32Initializer::reflect' can be static (but you may consider moving to unnamed namespace). [functionStatic] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/generator.cpp:123:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/generator.cpp:443:10: style: Variable 'emoji' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/lib_qr/qr/qr_generate.cpp:11:0: error: failed to evaluate #if condition [preprocessorErrorDirective] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/generator.cpp:724:13: style: Variable 'category' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/generator.cpp:1065:13: style: Variable 'byCharIndex' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/generator.cpp:924:29: performance: Searching before insertion is not necessary. [stlFindInsert] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:123:9: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/generator.cpp:954:27: performance: Searching before insertion is not necessary. [stlFindInsert] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/generator.cpp:123:64: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/generator.cpp:123:64: error: Signed integer overflow for expression '1<<31'. [integerOverflow] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/parsed_file.cpp:823:15: style: Variable 'path' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/parsed_file.cpp:829:15: style: Variable 'path' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/parsed_file.cpp:818:37: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/spelling_highlighter.cpp:202:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/generator.cpp:839:15: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/codegen/codegen/style/generator.cpp:800:12: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/codegen/codegen/style/generator.cpp:839:15: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_lottie/lottie/lottie_single_player.cpp:158:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/spellcheck_utils.cpp:212:28: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/lib_storage/storage/cache/storage_cache_cleaner.cpp:57:10: style: Consider using std::copy algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/lib_lottie/lottie/lottie_icon.cpp:147:18: style: Condition '!_weak' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/spellcheck_linux.cpp:42:7: style:inconclusive: Technically the member function 'Platform::Spellchecker::::EnchantSpellChecker::knownLanguages' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/spellcheck_linux.cpp:117:27: note: Technically the member function 'Platform::Spellchecker::::EnchantSpellChecker::knownLanguages' can be const. tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/spellcheck_linux.cpp:42:7: note: Technically the member function 'Platform::Spellchecker::::EnchantSpellChecker::knownLanguages' can be const. tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/spellcheck_linux.cpp:47:7: style:inconclusive: Technically the member function 'Platform::Spellchecker::::EnchantSpellChecker::removeWord' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/spellcheck_linux.cpp:217:27: note: Technically the member function 'Platform::Spellchecker::::EnchantSpellChecker::removeWord' can be const. tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/spellcheck_linux.cpp:47:7: note: Technically the member function 'Platform::Spellchecker::::EnchantSpellChecker::removeWord' can be const. tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/spellcheck_linux.cpp:241:39: performance: Function parameter 'languages' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/lib_lottie/lottie/details/lottie_frame_renderer.cpp:127:32: style:inconclusive: Function 'append' argument 1 names different: declaration 'entry' definition 'state'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/lib_lottie/lottie/details/lottie_frame_renderer.cpp:34:32: note: Function 'append' argument 1 names different: declaration 'entry' definition 'state'. tdesktop-3.7.3-full/Telegram/lib_lottie/lottie/details/lottie_frame_renderer.cpp:127:32: note: Function 'append' argument 1 names different: declaration 'entry' definition 'state'. tdesktop-3.7.3-full/Telegram/lib_lottie/lottie/lottie_multi_player.cpp:210:14: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_lottie/lottie/lottie_multi_player.cpp:200:17: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_lottie/lottie/lottie_multi_player.cpp:210:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_lottie/lottie/lottie_multi_player.cpp:290:22: style: Local variable 'animation' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_lottie/lottie/lottie_multi_player.cpp:287:20: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_lottie/lottie/lottie_multi_player.cpp:290:22: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_lottie/lottie/lottie_multi_player.cpp:290:33: style: Local variable 'state' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_lottie/lottie/lottie_multi_player.cpp:287:31: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_lottie/lottie/lottie_multi_player.cpp:290:33: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_lottie/lottie/lottie_multi_player.cpp:23:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_storage/storage/storage_clear_legacy_posix.cpp:32:28: portability: Non reentrant function 'readdir' called. For threadsafe applications it is recommended to use the reentrant replacement function 'readdir_r'. [prohibitedreaddirCalled] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/win/spellcheck_win.cpp:55:7: style:inconclusive: Technically the member function 'Platform::Spellchecker::::WindowsSpellChecker::addWord' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/win/spellcheck_win.cpp:252:27: note: Technically the member function 'Platform::Spellchecker::::WindowsSpellChecker::addWord' can be const. tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/win/spellcheck_win.cpp:55:7: note: Technically the member function 'Platform::Spellchecker::::WindowsSpellChecker::addWord' can be const. tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/win/spellcheck_win.cpp:57:7: style:inconclusive: Technically the member function 'Platform::Spellchecker::::WindowsSpellChecker::ignoreWord' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/win/spellcheck_win.cpp:268:27: note: Technically the member function 'Platform::Spellchecker::::WindowsSpellChecker::ignoreWord' can be const. tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/win/spellcheck_win.cpp:57:7: note: Technically the member function 'Platform::Spellchecker::::WindowsSpellChecker::ignoreWord' can be const. tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:37:11: performance:inconclusive: Technically the member function 'Ui::Emoji::internal::::Crc32Initializer::reflect' can be static (but you may consider moving to unnamed namespace). [functionStatic] tdesktop-3.7.3-full/Telegram/lib_ui/ui/click_handler.cpp:141:16: style: Variable 'pressed' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:129:6: style:inconclusive: Technically the member function 'Ui::Emoji::::Completer::findEqualCharsCount' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:358:16: note: Technically the member function 'Ui::Emoji::::Completer::findEqualCharsCount' can be const. tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:129:6: note: Technically the member function 'Ui::Emoji::::Completer::findEqualCharsCount' can be const. tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:131:7: style:inconclusive: Technically the member function 'Ui::Emoji::::Completer::startsWithQuery' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:309:17: note: Technically the member function 'Ui::Emoji::::Completer::startsWithQuery' can be const. tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:131:7: note: Technically the member function 'Ui::Emoji::::Completer::startsWithQuery' can be const. tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:132:7: style:inconclusive: Technically the member function 'Ui::Emoji::::Completer::isExactMatch' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:321:17: note: Technically the member function 'Ui::Emoji::::Completer::isExactMatch' can be const. tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:132:7: note: Technically the member function 'Ui::Emoji::::Completer::isExactMatch' can be const. tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:72:2: style: Class 'string_span' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/lib_ui/ui/effects/path_shift_gradient.cpp:41:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:109:2: style: Class 'Completer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:237:60: style:inconclusive: Function 'isDuplicateOfLastResult' argument 1 names different: declaration 'replacement' definition 'item'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:121:50: note: Function 'isDuplicateOfLastResult' argument 1 names different: declaration 'replacement' definition 'item'. tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:237:60: note: Function 'isDuplicateOfLastResult' argument 1 names different: declaration 'replacement' definition 'item'. tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/win/spellcheck_win.cpp:245:26: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:244:59: style:inconclusive: Function 'isBetterThanLastResult' argument 1 names different: declaration 'replacement' definition 'item'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:122:49: note: Function 'isBetterThanLastResult' argument 1 names different: declaration 'replacement' definition 'item'. tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:244:59: note: Function 'isBetterThanLastResult' argument 1 names different: declaration 'replacement' definition 'item'. tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:259:46: style:inconclusive: Function 'addResult' argument 1 names different: declaration 'replacement' definition 'item'. [funcArgNamesDifferent] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:120:36: note: Function 'addResult' argument 1 names different: declaration 'replacement' definition 'item'. tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:259:46: note: Function 'addResult' argument 1 names different: declaration 'replacement' definition 'item'. tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:30:71: style: Clarify calculation precedence for '&' and '?'. [clarifyCalculation] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:246:8: style: Variable 'last' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:381:22: style: Parameter 'result' can be declared as reference to const [constParameter] tdesktop-3.7.3-full/Telegram/lib_ui/ui/effects/cross_animation.cpp:44:44: style: Parameter 'to' can be declared as reference to const [constParameter] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:385:21: style: Parameter 'result' can be declared as reference to const [constParameter] tdesktop-3.7.3-full/Telegram/lib_ui/ui/effects/cross_animation.cpp:47:46: style: Parameter 'from' can be declared as reference to const [constParameter] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:388:21: style: Parameter 'result' can be declared as reference to const [constParameter] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:391:22: style: Parameter 'result' can be declared as reference to const [constParameter] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:398:10: style: Consider using std::transform algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/lib_ui/ui/effects/path_shift_gradient.cpp:43:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:30:64: portability: Shifting signed 32-bit value by 31 bits is implementation-defined behaviour [shiftTooManyBitsSigned] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:30:64: error: Signed integer overflow for expression '1<<31'. [integerOverflow] tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:344:18: style: Variable 'guard' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/effects/show_animation.cpp:46:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/effects/show_animation.cpp:54:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/effects/show_animation.cpp:68:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/third_party/hunspell_controller.cpp:104:10: style:inconclusive: Technically the member function 'Platform::Spellchecker::ThirdParty::::HunspellEngine::lang' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/third_party/hunspell_controller.cpp:211:25: note: Technically the member function 'Platform::Spellchecker::ThirdParty::::HunspellEngine::lang' can be const. tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/third_party/hunspell_controller.cpp:104:10: note: Technically the member function 'Platform::Spellchecker::ThirdParty::::HunspellEngine::lang' can be const. tdesktop-3.7.3-full/Telegram/lib_ui/ui/effects/show_animation.cpp:28:23: style: struct member 'State::objects' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/third_party/hunspell_controller.cpp:105:16: style:inconclusive: Technically the member function 'Platform::Spellchecker::ThirdParty::::HunspellEngine::script' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/third_party/hunspell_controller.cpp:215:31: note: Technically the member function 'Platform::Spellchecker::ThirdParty::::HunspellEngine::script' can be const. tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/third_party/hunspell_controller.cpp:105:16: note: Technically the member function 'Platform::Spellchecker::ThirdParty::::HunspellEngine::script' can be const. tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/third_party/hunspell_controller.cpp:124:23: style:inconclusive: Technically the member function 'Platform::Spellchecker::ThirdParty::::HunspellService::activeLanguages' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/third_party/hunspell_controller.cpp:219:39: note: Technically the member function 'Platform::Spellchecker::ThirdParty::::HunspellService::activeLanguages' can be const. tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/third_party/hunspell_controller.cpp:124:23: note: Technically the member function 'Platform::Spellchecker::ThirdParty::::HunspellService::activeLanguages' can be const. tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/third_party/hunspell_controller.cpp:93:2: style: Class 'HunspellEngine' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/producer_tests.cpp:16:2: style: Class 'OnDestructor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/third_party/hunspell_controller.cpp:435:41: style: Parameter 'str' can be declared as reference to const [constParameter] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/producer_tests.cpp:316:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/producer_tests.cpp:342:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/producer_tests.cpp:350:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/producer_tests.cpp:358:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/effects/numbers_animation.cpp:124:9: style: Variable 'digit' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/producer_tests.cpp:368:7: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/abstract_button.cpp:25:3: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/producer_tests.cpp:382:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/producer_tests.cpp:391:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/producer_tests.cpp:403:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/spelling_highlighter.cpp:35:2: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/producer_tests.cpp:435:8: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/spelling_highlighter.cpp:172:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/spelling_highlighter.cpp:179:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/spelling_highlighter.cpp:185:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/spelling_highlighter.cpp:204:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/spelling_highlighter.cpp:216:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_storage/storage/storage_encrypted_file.cpp:66:2: style:inconclusive: Statements following return, break, continue, goto or throw will never be executed. [unreachableCode] tdesktop-3.7.3-full/Telegram/lib_ui/ui/effects/animations.cpp:80:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/gl/gl_surface.cpp:22:24: style: struct member 'SurfaceTraits::kSetZeroGeometry' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/box_layer_widget.cpp:50:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:16:2: style: Class 'OnDestructor' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:89:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/layer_manager.cpp:77:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:125:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/layer_manager.cpp:83:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:153:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:175:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:196:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:235:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/paint/blobs.cpp:62:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:255:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/paint/blobs_linear.cpp:64:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:269:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/box_content.cpp:92:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:292:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/box_content.cpp:97:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:322:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/box_content.cpp:102:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:333:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/box_content.cpp:158:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:344:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:383:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:408:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/paint/blobs.cpp:64:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:423:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/paint/blobs_linear.cpp:66:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:431:6: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:449:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:458:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/main_queue_processor.cpp:86:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:467:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:481:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:490:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_rpl/rpl/operators_tests.cpp:499:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/paint/arcs.cpp:137:29: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/lib_ui/ui/paint/arcs.cpp:149:39: style: Consider using std::find_if algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/win/ui_window_title_win.cpp:67:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/win/ui_window_title_win.cpp:76:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/ui_platform_window.cpp:132:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/ui_platform_window.cpp:200:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/ui_platform_window.cpp:217:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/ui_platform_window.cpp:236:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/style/style_core_color.cpp:33:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/ui_platform_window.cpp:259:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/round_rect.cpp:83:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/ui_platform_window.cpp:265:21: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/round_rect.cpp:93:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/rp_widget.cpp:44:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/rp_widget.cpp:49:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/emoji_config.h:67:20: style: Condition 'hasPostfix()' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/lib_ui/ui/emoji_config.cpp:203:6: style: Condition '!id' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/lib_ui/ui/emoji_config.cpp:202:31: note: Assignment 'id=Universal->id()', assigned value is 0 tdesktop-3.7.3-full/Telegram/lib_ui/ui/emoji_config.cpp:203:6: note: Condition '!id' is always true tdesktop-3.7.3-full/Telegram/lib_ui/ui/emoji_config.cpp:837:23: style: Condition 'Universal->id()!=0' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/ui_platform_window_title.cpp:56:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/emoji_config.cpp:896:22: style: Condition 'Universal->id()==images->id()' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/ui_platform_window_title.cpp:63:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/ui_platform_window_title.cpp:98:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/ui_platform_window_title.cpp:171:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/ui_platform_window_title.cpp:176:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/ui_platform_window_title.cpp:497:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/ui_platform_window_title.cpp:506:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text_block.cpp:254:23: style: The statement 'if (lbh.fontEngine!=fontEngine) lbh.fontEngine=fontEngine' is logically equivalent to 'lbh.fontEngine=fontEngine'. [duplicateConditionalAssign] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text_block.cpp:255:20: note: Assignment 'lbh.fontEngine=fontEngine' tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text_block.cpp:254:23: note: Condition 'lbh.fontEngine!=fontEngine' is redundant tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text_block.cpp:445:21: style: Variable 'parser' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/lib_storage/storage/cache/storage_cache_database_object.cpp:1275:2: error: Return value of allocation function 'open' is not stored. [leakReturnValNotUsed] tdesktop-3.7.3-full/Telegram/lib_storage/storage/cache/storage_cache_database_object.cpp:242:19: style: Variable 'reader.readTillEnd' is reassigned a value before the old one has been used. [redundantAssignment] tdesktop-3.7.3-full/Telegram/lib_storage/storage/cache/storage_cache_database_object.cpp:242:19: note: reader.readTillEnd is assigned tdesktop-3.7.3-full/Telegram/lib_storage/storage/cache/storage_cache_database_object.cpp:242:19: note: reader.readTillEnd is overwritten tdesktop-3.7.3-full/Telegram/lib_storage/storage/cache/storage_cache_database_object.cpp:1015:8: style: Local variable 'result' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_storage/storage/cache/storage_cache_database_object.cpp:1010:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_storage/storage/cache/storage_cache_database_object.cpp:1015:8: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/style/style_core_font.cpp:187:14: style: Variable 'areGood[i]' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:35:24: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/layer_widget.cpp:647:7: warning: Identical condition '!weak', second condition is always false [identicalConditionAfterEarlyExit] tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/layer_widget.cpp:642:6: note: If condition '!weak' is true, the function will return/exit tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/layer_widget.cpp:647:7: note: Testing identical condition '!weak' tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:378:7: style: Local variable 'res' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:365:6: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:378:7: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/layer_widget.cpp:653:7: warning: Identical condition '!weak', second condition is always false [identicalConditionAfterEarlyExit] tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/layer_widget.cpp:642:6: note: If condition '!weak' is true, the function will return/exit tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/layer_widget.cpp:653:7: note: Testing identical condition '!weak' tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:569:11: style: Local variable 'cur' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:564:10: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:569:11: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/layer_widget.cpp:659:7: warning: Identical condition '!weak', second condition is always false [identicalConditionAfterEarlyExit] tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/layer_widget.cpp:642:6: note: If condition '!weak' is true, the function will return/exit tdesktop-3.7.3-full/Telegram/lib_ui/ui/layers/layer_widget.cpp:659:7: note: Testing identical condition '!weak' tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:756:16: style: Local variable 'sir' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:737:15: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:756:16: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:836:16: style: Local variable 'sir' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:816:15: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:836:16: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:1133:14: style: Local variable 'add' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:1118:39: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/image/image_prepare.cpp:1133:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/win/ui_window_win.cpp:465:6: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/win/ui_window_win.cpp:306:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/platform/win/ui_window_win.cpp:318:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1963:3: error: Non-local variable '_e' will use pointer to local variable 'engine'. [danglingLifetime] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1963:8: note: Address of variable taken here. tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1961:20: note: Variable created here. tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1963:3: note: Non-local variable '_e' will use pointer to local variable 'engine'. tdesktop-3.7.3-full/Telegram/lib_ui/ui/toast/toast_manager.cpp:108:12: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/toast/toast_manager.cpp:100:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/toast/toast_manager.cpp:108:12: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/call_button.cpp:219:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/checkbox.cpp:478:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/dropdown_menu.cpp:37:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/call_button.cpp:94:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/call_button.cpp:221:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:218:7: style: Unused private function: 'Parser::createSkipBlock' [unusedPrivateFunction] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:883:3: performance: Variable 'eor' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:884:3: performance: Variable 'lastStrong' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:885:3: performance: Variable 'last' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:886:3: performance: Variable 'dir' is assigned in constructor body. Consider performing initialization in initialization list. [useInitializationList] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:232:7: performance:inconclusive: Technically the member function 'Ui::Text::Parser::isLinkEntity' can be static (but you may consider moving to unnamed namespace). [functionStatic] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:714:14: note: Technically the member function 'Ui::Text::Parser::isLinkEntity' can be static (but you may consider moving to unnamed namespace). tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:232:7: note: Technically the member function 'Ui::Text::Parser::isLinkEntity' can be static (but you may consider moving to unnamed namespace). tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2096:14: performance:inconclusive: Technically the member function 'Ui::Text::Renderer::applyFlags' can be static (but you may consider moving to unnamed namespace). [functionStatic] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:898:9: style: Struct 'BidiControl' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:663:7: style: Condition 'isTilde' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:613:35: note: Assignment 'isTilde=_checkTilde&&(_ch=='~')', assigned value is 0 tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:663:7: note: Condition 'isTilde' is always false tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:674:7: style: Condition 'isNewLine' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:610:36: note: Assignment 'isNewLine=_multiline&&IsNewline(_ch)', assigned value is 0 tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:674:7: note: Condition 'isNewLine' is always false tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1269:7: style: Condition '!ignore' is always true [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1267:17: note: Assignment 'ignore=false', assigned value is 0 tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1269:7: note: Condition '!ignore' is always true tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1734:20: style: Condition 'selStart<0' is always false [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1728:33: note: Assuming that condition '_localFrom+itemStart>=_selection.from' is not redundant tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1733:38: note: Assignment 'selStart=_selection.from-(_localFrom+itemStart)', assigned value is greater than 0 tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1734:20: note: Condition 'selStart<0' is always false tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/inner_dropdown.cpp:26:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/inner_dropdown.cpp:42:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/inner_dropdown.cpp:51:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2179:16: style: Redundant initialization for 'currentBlock'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2154:21: note: currentBlock is initialized tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2179:16: note: currentBlock is overwritten tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2180:13: style: Redundant initialization for 'nextBlock'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2155:18: note: nextBlock is initialized tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2180:13: note: nextBlock is overwritten tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2377:12: style: Variable 'dir' is reassigned a value before the old one has been used. [redundantAssignment] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2374:11: note: dir is assigned tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2377:12: note: dir is overwritten tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2423:20: style: Variable 'status.eor' is reassigned a value before the old one has been used. [redundantAssignment] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2418:21: note: status.eor is assigned tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2423:20: note: status.eor is overwritten tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2512:19: style: Variable 'status.eor' is reassigned a value before the old one has been used. 'break;' missing? [redundantAssignInSwitch] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2505:20: note: $symbol is assigned tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2512:19: note: $symbol is overwritten tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2553:21: style: Variable 'status.eor' is reassigned a value before the old one has been used. [redundantAssignment] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2549:21: note: status.eor is assigned tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2553:21: note: status.eor is overwritten tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2615:20: style: Variable 'status.eor' is reassigned a value before the old one has been used. [redundantAssignment] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2611:20: note: status.eor is assigned tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2615:20: note: status.eor is overwritten tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:289:17: style: The comparison '_value >= 0' is always true. [knownConditionTrueFalse] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:203:22: note: '_value' is assigned value '0' here. tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:289:17: note: The comparison '_value >= 0' is always true. tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1108:11: style: Local variable 'newWidthLeft' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1079:9: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1108:11: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1296:14: style: Local variable 'i' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1265:38: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1296:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2216:9: style: Local variable 'start' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2182:8: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2216:9: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2217:9: style: Local variable 'end' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2183:8: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2217:9: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/checkbox.cpp:480:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:3151:10: style: Local variable 'newWidthLeft' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:3122:8: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:3151:10: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/checkbox.cpp:819:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2086:17: style: Variable 'si' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2251:45: style: Parameter 'control' can be declared as reference to const [constParameter] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:1233:10: style: Variable 'yTo' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2832:16: style: Variable 'parser' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2991:16: style: Variable 'parser' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:1456:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:1469:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:1477:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/labels.cpp:228:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/labels.cpp:247:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/menu/menu_item_base.cpp:81:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/menu/menu_toggle.cpp:48:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/menu/menu_separator.cpp:27:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/menu/menu_item_base.cpp:83:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/menu/menu_item_base.cpp:102:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/wrap/fade_wrap.cpp:84:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/lib_ui/ui/wrap/slide_wrap.cpp:90:7: warning: Return value of function std::move() is not used. [ignoredReturnValue] tdesktop-3.7.3-full/Telegram/lib_ui/ui/wrap/fade_wrap.cpp:86:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/side_bar_button.cpp:110:14: style: Local variable 'x' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/side_bar_button.cpp:87:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/side_bar_button.cpp:110:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/side_bar_button.cpp:113:14: style: Local variable 'y' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/side_bar_button.cpp:90:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/side_bar_button.cpp:113:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/side_bar_button.cpp:31:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/wrap/slide_wrap.cpp:92:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/time_input.cpp:102:19: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/time_input.cpp:107:27: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/time_input.cpp:114:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/wrap/vertical_layout.cpp:130:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text_entity.cpp:1684:18: style: Local variable 'domainEnd' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text_entity.cpp:1561:4: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text_entity.cpp:1684:18: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/labels.cpp:230:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text_entity.cpp:1863:10: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/labels.cpp:249:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text_entity.cpp:1943:10: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/lib_ui/ui/wrap/vertical_layout_reorder.cpp:216:15: style: Local variable 'widget' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/wrap/vertical_layout_reorder.cpp:206:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/wrap/vertical_layout_reorder.cpp:216:15: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/wrap/vertical_layout_reorder.cpp:226:15: style: Local variable 'widget' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/wrap/vertical_layout_reorder.cpp:206:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/wrap/vertical_layout_reorder.cpp:226:15: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/wrap/vertical_layout_reorder.cpp:54:5: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/scroll_area.cpp:568:8: style: The if condition is the same as the previous if condition [duplicateCondition] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/scroll_area.cpp:567:8: note: First condition tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/scroll_area.cpp:568:8: note: Second condition tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/scroll_area.cpp:569:8: style: The if condition is the same as the previous if condition [duplicateCondition] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/scroll_area.cpp:568:8: note: First condition tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/scroll_area.cpp:569:8: note: Second condition tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/tooltip.cpp:204:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/popup_menu.cpp:56:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/popup_menu.cpp:201:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/popup_menu.cpp:208:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/popup_menu.cpp:226:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/popup_menu.cpp:236:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/popup_menu.cpp:317:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/popup_menu.cpp:328:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/scroll_area.cpp:641:4: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/scroll_area.cpp:697:11: style: Redundant initialization for 'scToTop'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/scroll_area.cpp:692:90: note: scToTop is initialized tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/scroll_area.cpp:697:11: note: scToTop is overwritten tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/scroll_area.cpp:308:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/linux/webview_linux_webkit_gtk.cpp:18:7: style:inconclusive: Technically the member function 'Webview::WebkitGtk::::HandleDeleter::operator()' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/details/webrtc_openal_adm.cpp:94:8: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/cmake/external/qt/qt_static_plugins/qt_static_plugins.cpp:21:1: error: There is an unknown macro here somewhere. Configuration is required. If Q_IMPORT_PLUGIN is a macro then please configure it. [unknownMacro] tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/win/webrtc_loopback_adm_win.cpp:493:5: style: Redundant initialization for 'hr'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/win/webrtc_loopback_adm_win.cpp:485:10: note: hr is initialized tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/win/webrtc_loopback_adm_win.cpp:493:5: note: hr is overwritten tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/win/webrtc_loopback_adm_win.cpp:531:5: style: Redundant initialization for 'hr'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/win/webrtc_loopback_adm_win.cpp:514:10: note: hr is initialized tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/win/webrtc_loopback_adm_win.cpp:531:5: note: hr is overwritten tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/win/webrtc_loopback_adm_win.cpp:790:5: style: Redundant initialization for 'hr'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/win/webrtc_loopback_adm_win.cpp:778:10: note: hr is initialized tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/win/webrtc_loopback_adm_win.cpp:790:5: note: hr is overwritten tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/win/webrtc_loopback_adm_win.cpp:1023:5: style: Redundant initialization for 'hr'. The initialized value is overwritten before it is read. [redundantInitialization] tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/win/webrtc_loopback_adm_win.cpp:1012:10: note: hr is initialized tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/win/webrtc_loopback_adm_win.cpp:1023:5: note: hr is overwritten tdesktop-3.7.3-full/cmake/linux_allocation_tracer/linux_allocation_trace_reader.cpp:32:30: portability: Non reentrant function 'localtime' called. For threadsafe applications it is recommended to use the reentrant replacement function 'localtime_r'. [prohibitedlocaltimeCalled] tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/win/webrtc_loopback_adm_win.cpp:50:70: style: struct member 'FarEndFrame::data' is never used. [unusedStructMember] tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/win/webrtc_loopback_adm_win.cpp:698:14: style: Variable 'result' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/cmake/external/hime_qt/hime_im_client/hime_im_client_helper.cpp:54:7: style:inconclusive: Technically the member function 'HimeHelper::::HandleDeleter::operator()' can be const. [functionConst] tdesktop-3.7.3-full/cmake/win_directx_helper/win_directx_helper.cpp:43:2: error: There is an unknown macro here somewhere. Configuration is required. If _In_reads_bytes_ is a macro then please configure it. [unknownMacro] tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/win/webview_windows_edge_html.cpp:41:7: style: Virtual function 'init' is called from constructor 'Instance(Config config,WebViewControl webview)' at line 89. Dynamic binding is not used. [virtualCallInConstructor] tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/win/webview_windows_edge_html.cpp:89:2: note: Calling init tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/win/webview_windows_edge_html.cpp:41:7: note: init is a virtual function tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/win/webview_windows_edge_html.cpp:100:33: performance: Function parameter 'js' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/win/webview_windows_edge_chromium.cpp:265:7: style: Virtual function 'init' is called from constructor 'Instance(void*window,ICoreWebView2Controller*controller,ICoreWebView2*webview,std::unique_ptrhandler)' at line 287. Dynamic binding is not used. [virtualCallInConstructor] tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/win/webview_windows_edge_chromium.cpp:287:2: note: Calling init tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/win/webview_windows_edge_chromium.cpp:265:7: note: init is a virtual function tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/win/webview_windows_edge_chromium.cpp:301:37: performance: Function parameter 'url' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/win/webview_windows_edge_chromium.cpp:313:33: performance: Function parameter 'js' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/win/webview_windows_edge_chromium.cpp:318:33: performance: Function parameter 'js' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/win/webview_windows_edge_chromium.cpp:310:8: style: Variable 'a' is assigned a value that is never used. [unreadVariable] tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/linux/webview_linux_webkit2gtk.cpp:61:7: style:inconclusive: Technically the member function 'GObjectDeleter < GSubprocess >::operator()' can be const. [functionConst] tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/linux/webview_linux_webkit2gtk.cpp:77:2: style: Class 'Instance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/linux/webview_linux_webkit2gtk.cpp:320:15: performance: Function parameter 'failingUri' should be passed by const reference. [passedByValue] tdesktop-3.7.3-full/cmake/linux_wayland_helper/linux_wayland_helper.cpp:183:7: style:inconclusive: Technically the member function 'Wayland::::HandleDeleter::operator()' can be const. [functionConst] tdesktop-3.7.3-full/cmake/linux_wayland_helper/linux_wayland_helper.cpp:590:30: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/cmake/linux_wayland_helper/linux_wayland_helper.cpp:591:38: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/cmake/linux_wayland_helper/linux_wayland_helper.cpp:614:30: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/cmake/linux_wayland_helper/linux_wayland_helper.cpp:615:30: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/cmake/linux_wayland_helper/linux_wayland_helper.cpp:639:30: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/cmake/linux_wayland_helper/linux_wayland_helper.cpp:640:30: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/cmake/linux_wayland_helper/linux_wayland_helper.cpp:667:30: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/cmake/linux_wayland_helper/linux_wayland_helper.cpp:668:30: style: C-style pointer casting [cstyleCast] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:593:6: style: Unused private function: 'MarkdownTagAccumulator::minIndexForFinish' [unusedPrivateFunction] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:568:6: performance:inconclusive: Technically the member function 'Ui::::MarkdownTagAccumulator::newlinePosition' can be static (but you may consider moving to unnamed namespace). [functionStatic] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:170:2: style: Class 'TagAccumulator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:410:2: style: Class 'MarkdownTagAccumulator' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:856:2: style: Class 'Inner' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:724:19: style: Local variable 'tag' shadows outer argument [shadowArgument] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:701:11: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:724:19: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:803:16: style: Local variable 'format' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:795:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:803:16: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:1718:9: style: Local variable 'r' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:1688:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:1718:9: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:1753:10: style: Local variable 'r' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:1688:7: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:1753:10: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:3080:14: style: Local variable 'it' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:3056:13: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:3080:14: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:3471:20: style: Local variable 'test' shadows outer variable [shadowVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:3466:20: note: Shadowed declaration tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:3471:20: note: Shadow variable tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:73:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:976:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:981:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:1324:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:1329:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:1458:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:1471:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:1479:4: warning:inconclusive: Found suspicious operator '|', result is not used. [constStatement] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:521:9: style: Variable 'tag' can be declared as reference to const [constVariable] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:439:9: style: Consider using std::generate algorithm instead of a raw loop. [useStlAlgorithm] tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:3064:52: style: Consider using std::any_of algorithm instead of a raw loop. [useStlAlgorithm] diff: head tdesktop-3.7.3-full/Telegram/SourceFiles/apiwrap.cpp:3621:72: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp:301:37: style: Parameter 'channel' can be declared as pointer to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_participants_box.cpp:301:37: style: Parameter 'channel' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:754:18: style: Parameter 'chat' can be declared as pointer to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/peers/edit_peer_info_box.cpp:754:18: style: Parameter 'chat' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:1413:5: warning: Access of moved variable 'copyCallback'. [accessMoved] tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:1408:16: note: Calling std::move(copyCallback) tdesktop-3.7.3-full/Telegram/SourceFiles/boxes/share_box.cpp:1413:5: note: Access of moved variable 'copyCallback'. head tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_abstract_structure.cpp:29:13: style: Variable 'p' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_media_types.cpp:1098:39: error: Uninitialized variable: text [legacyUninitvar] head tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer_values.cpp:179:3: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer_values.cpp:194:5: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer_values.cpp:207:3: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer_values.cpp:260:4: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_peer_values.cpp:273:5: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_replies_list.cpp:644:9: style: Variable 'correct' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_scheduled_messages.cpp:152:50: style: Parameter 'item' can be declared as reference to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_scheduled_messages.cpp:152:50: style: Parameter 'item' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/SourceFiles/data/data_search_controller.cpp:354:12: style: Variable 'migrated' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/SourceFiles/export/data/export_data_types.cpp:854:37: style: Parameter 'data' can be declared as reference to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/SourceFiles/export/data/export_data_types.cpp:854:37: style: Parameter 'data' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/SourceFiles/export/data/export_data_types.cpp:856:18: style: Parameter 'data' can be declared as reference to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/SourceFiles/export/data/export_data_types.cpp:856:18: style: Parameter 'data' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/SourceFiles/export/data/export_data_types.cpp:858:23: style: Parameter 'data' can be declared as reference to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/SourceFiles/export/data/export_data_types.cpp:858:23: style: Parameter 'data' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/SourceFiles/export/data/export_data_types.cpp:880:40: style: Parameter 'data' can be declared as reference to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/SourceFiles/export/data/export_data_types.cpp:880:40: style: Parameter 'data' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_api_wrap.cpp:254:26: style: Variable 'silence_warning' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_api_wrap.cpp:264:26: style: Variable 'silence_warning' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/SourceFiles/export/export_api_wrap.cpp:274:26: style: Variable 'silence_warning' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/SourceFiles/history/history_widget.cpp:181:2: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/controls/history_view_compose_controls.cpp:75:2: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_context_menu.cpp:420:45: style: Parameter 'item' can be declared as pointer to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/history_view_context_menu.cpp:420:45: style: Parameter 'item' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/SourceFiles/history/view/media/history_view_poll.cpp:1506:13: style: Variable 'recent' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/SourceFiles/info/info_layer_widget.cpp:308:30: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] 2.8 tdesktop-3.7.3-full/Telegram/SourceFiles/info/media/info_media_list_widget.cpp:1441:25: style: Variable 'data' can be declared with const [constVariable] head tdesktop-3.7.3-full/Telegram/SourceFiles/layout/layout_mosaic.cpp:224:9: style: Variable 'inlineRow' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/SourceFiles/layout/layout_mosaic.cpp:94:9: style: Variable 'inlineRow' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/SourceFiles/media/clip/media_clip_reader.h:164:2: style: Class 'ReaderPointer' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] head tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/mtproto_dc_options.cpp:176:37: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head tdesktop-3.7.3-full/Telegram/SourceFiles/mtproto/session_private.cpp:267:9: style: Variable 'haveSent' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/SourceFiles/payments/ui/payments_panel.cpp:47:2: style: Struct 'WebviewWithLifetime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] head tdesktop-3.7.3-full/Telegram/SourceFiles/platform/linux/linux_xdp_file_dialog.cpp:144:2: style: Class 'XDPFileDialog' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] head tdesktop-3.7.3-full/Telegram/SourceFiles/settings/settings_intro.cpp:517:30: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/attach/attach_bot_webview.cpp:130:2: style: Struct 'WebviewWithLifetime' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] head tdesktop-3.7.3-full/Telegram/SourceFiles/ui/chat/attach/attach_single_media_preview.cpp:81:5: error: Uninitialized variable: frame [legacyUninitvar] head tdesktop-3.7.3-full/Telegram/SourceFiles/window/notifications_manager_default.cpp:403:112: style: Parameter 'queued' can be declared as reference to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/SourceFiles/window/notifications_manager_default.cpp:403:112: style: Parameter 'queued' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:441:9: style: Variable 'bubble' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/SourceFiles/window/themes/window_theme_preview.cpp:653:13: style: Variable 'row' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_media_preview.cpp:369:46: style:inconclusive: Boolean expression '!thumbLoaded' is used in bitwise operation. Did you mean '||'? [bitwiseOnBoolean] head tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_peer_menu.cpp:1325:43: style: Parameter 'user' can be declared as pointer to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_peer_menu.cpp:1325:43: style: Parameter 'user' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/SourceFiles/window/window_session_controller.h:133:2: style: Struct 'SectionShow' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] head tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/audio/Resampler.cpp:63:42: style: Parameter 'from' can be declared as pointer to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/audio/Resampler.cpp:63:42: style: Parameter 'from' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/audio/Resampler.cpp:76:42: style: Parameter 'from' can be declared as pointer to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/audio/Resampler.cpp:76:42: style: Parameter 'from' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/audio/Resampler.cpp:90:36: style: Parameter 'from' can be declared as pointer to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/audio/Resampler.cpp:90:36: style: Parameter 'from' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/ThirdParty/libtgvoip/json11.cpp:785:17: style: Variable 'item' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/Instance.cpp:19:8: style: Variable 'map' can be declared as reference to const [constVariable] 2.8 tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/Instance.cpp:19:8: style: Variable 'map' can be declared with const [constVariable] head tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/Manager.cpp:27:16: style: Variable 'it' can be declared as reference to const [constVariable] 2.8 tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/GroupInstanceCustomImpl.cpp:3165:25: style: Variable 'weak' is assigned a value that is never used. [unreadVariable] head tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.cpp:301:24: style: Variable 'videoSegment' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingMediaContext.cpp:324:24: style: Variable 'videoSegment' can be declared as reference to const [constVariable] 2.8 tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2ReferenceImpl.cpp:142:25: style: Variable 'weak' is assigned a value that is never used. [unreadVariable] 2.8 tdesktop-3.7.3-full/Telegram/ThirdParty/tgcalls/tgcalls/v2/InstanceV2ReferenceImpl.cpp:394:25: style: Variable 'weak' is assigned a value that is never used. [unreadVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/generator.cpp:1065:13: style: Variable 'byCharIndex' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/generator.cpp:443:10: style: Variable 'emoji' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/generator.cpp:724:13: style: Variable 'category' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/replaces.cpp:275:14: style: Variable 'alias' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/emoji/replaces.cpp:371:13: style: Variable 'category' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/generator.cpp:144:14: style: Variable 'tagData' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/generator.cpp:191:14: style: Variable 'tagData' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/generator.cpp:213:13: style: Variable 'entry' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/generator.cpp:337:14: style: Variable 'tag' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/generator.cpp:49:13: style: Variable 'tag' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/generator.cpp:90:13: style: Variable 'tag' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/parsed_file.cpp:201:13: style: Variable 'previousTag' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/parsed_file.cpp:209:13: style: Variable 'alreadyTag' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/lang/parsed_file.cpp:321:14: style: Variable 'tagEntry' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/style/parsed_file.cpp:823:15: style: Variable 'path' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/codegen/codegen/style/parsed_file.cpp:829:15: style: Variable 'path' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/lib_base/base/flags_tests.cpp:40:16: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:44:35: style: struct member 'Anonymous0::broker_free' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:45:40: style: struct member 'Anonymous0::broker_free_dict' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:46:40: style: struct member 'Anonymous0::broker_get_error' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:47:35: style: struct member 'Anonymous0::broker_init' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:48:41: style: struct member 'Anonymous0::broker_list_dicts' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:49:43: style: struct member 'Anonymous0::broker_request_dict' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:51:43: style: struct member 'Anonymous0::broker_set_ordering' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:52:32: style: struct member 'Anonymous0::dict_add' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:53:43: style: struct member 'Anonymous0::dict_add_to_session' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:54:34: style: struct member 'Anonymous0::dict_check' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:55:37: style: struct member 'Anonymous0::dict_describe' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:56:45: style: struct member 'Anonymous0::dict_free_string_list' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:57:38: style: struct member 'Anonymous0::dict_get_error' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:58:37: style: struct member 'Anonymous0::dict_is_added' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:60:35: style: struct member 'Anonymous0::dict_remove' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:61:48: style: struct member 'Anonymous0::dict_remove_from_session' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/platform/linux/linux_enchant.cpp:63:36: style: struct member 'Anonymous0::dict_suggest' is never used. [unusedStructMember] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/spellcheck_utils.cpp:17:14: style: struct member 'SubtagScript::subtag' is never used. [unusedStructMember] head tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/spelling_highlighter.cpp:35:2: warning: Operator '|' with one operand equal to zero is redundant. [badBitmaskCheck] head tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/third_party/hunspell_controller.cpp:435:41: style: Parameter 'str' can be declared as reference to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/lib_spellcheck/spellcheck/third_party/hunspell_controller.cpp:435:41: style: Parameter 'str' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:246:8: style: Variable 'last' can be declared as reference to const [constVariable] 2.8 tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:246:8: style: Variable 'last' can be declared with const [constVariable] head tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:381:22: style: Parameter 'result' can be declared as reference to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:381:22: style: Parameter 'result' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:385:21: style: Parameter 'result' can be declared as reference to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:385:21: style: Parameter 'result' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:388:21: style: Parameter 'result' can be declared as reference to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:388:21: style: Parameter 'result' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:391:22: style: Parameter 'result' can be declared as reference to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/lib_ui/emoji_suggestions/emoji_suggestions.cpp:391:22: style: Parameter 'result' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/lib_ui/ui/effects/cross_animation.cpp:44:44: style: Parameter 'to' can be declared as reference to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/lib_ui/ui/effects/cross_animation.cpp:44:44: style: Parameter 'to' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/lib_ui/ui/effects/cross_animation.cpp:47:46: style: Parameter 'from' can be declared as reference to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/lib_ui/ui/effects/cross_animation.cpp:47:46: style: Parameter 'from' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/lib_ui/ui/effects/numbers_animation.cpp:124:9: style: Variable 'digit' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/lib_ui/ui/emoji_config.cpp:837:23: style: Condition 'Universal->id()!=0' is always false [knownConditionTrueFalse] head tdesktop-3.7.3-full/Telegram/lib_ui/ui/emoji_config.cpp:896:22: style: Condition 'Universal->id()==images->id()' is always true [knownConditionTrueFalse] head tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2086:17: style: Variable 'si' can be declared as reference to const [constVariable] head tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2251:45: style: Parameter 'control' can be declared as reference to const [constParameter] 2.8 tdesktop-3.7.3-full/Telegram/lib_ui/ui/text/text.cpp:2251:45: style: Parameter 'control' can be declared with const [constParameter] head tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:521:9: style: Variable 'tag' can be declared as reference to const [constVariable] 2.8 tdesktop-3.7.3-full/Telegram/lib_ui/ui/widgets/input_fields.cpp:521:9: style: Variable 'tag' can be declared with const [constVariable] 2.8 tdesktop-3.7.3-full/Telegram/lib_webrtc/webrtc/win/webrtc_loopback_adm_win.cpp:56:46: style: struct member 'FarEnd::frames' is never used. [unusedStructMember] head tdesktop-3.7.3-full/Telegram/lib_webview/webview/platform/linux/webview_linux_webkit2gtk.cpp:77:2: style: Class 'Instance' has a constructor with 1 argument that is not explicit. [noExplicitConstructor] DONE