Snippets for telegram-desktop 7.1.3 from Alpine armhf
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armhf/community/telegram-desktop/telegram-desktop-7.1.3-r0.log.
-
/usr/include/sys/cdefs.h:4:2: warning: #warning usage of non-standard #include <sys/cdefs.h> is deprecated [-Wcpp] 4 | #warning usage of non-standard #include <sys/cdefs.h> is deprecated | ^~~~~~~ -
/home/buildozer/aports/community/telegram-desktop/src/tdesktop-7.1.3-full/Telegram/SourceFiles/export/output/export_output_json.cpp:51:31: warning: comparison is always true due to limited range of data type [-Wtype-limits] 51 | } else if (ch >= 0 && ch < 32) { | ~~~^~~~ -
/home/buildozer/aports/community/telegram-desktop/src/tdesktop-7.1.3-full/Telegram/SourceFiles/export/output/export_output_html.cpp:179:31: warning: comparison is always true due to limited range of data type [-Wtype-limits] 179 | } else if (ch >= 0 && ch < 32) { | ~~~^~~~ -
/home/buildozer/aports/community/telegram-desktop/src/tdesktop-7.1.3-full/Telegram/SourceFiles/platform/linux/integration_linux.cpp:88:1: warning: 'Platform::{anonymous}::Application::Application()' defined but not used [-Wunused-function] 88 | Application::Application() | ^~~~~~~~~~~