Snippets for far2l 2.8.0 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/rqmrbdv005gyzx2h3gg1s59x5k3rjm2n-far2l-2.8.0.drv.
-
/nix/var/nix/builds/nix-4715-1144141836/source/utils/src/IntStrConv.cpp:11:12: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 11 | case 10: sprintf(a, "%d", i); break; | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/utils/src/IntStrConv.cpp:12:12: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 12 | case 16: sprintf(a, "%x", i); break; | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/utils/src/IntStrConv.cpp:32:12: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 32 | case 10: sprintf(a, "%lld", (long long)i); break; | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/utils/src/IntStrConv.cpp:33:12: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 33 | case 16: sprintf(a, "%llx", (long long)i); break; | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/WinPort/src/Backend/TTY/TTYPrinterSupport.cpp:23:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 23 | sprintf(buf, "lp -s -t \"%ls\" %s", jobName, tmpl); | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/WinPort/src/Backend/TTY/TTYPrinterSupport.cpp:31:2: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 31 | sprintf(buf, "lp -s %ls", fileName); | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/far2l/src/fileedit2html.cpp:139:3: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 139 | sprintf(buf, "%2.2x%2.2x%2.2x", (int)color.R & 0xFF, (int)color.G & 0xFF, (int)color.B & 0xFF); | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/far2l/src/cmdline.cpp:693:8: warning: variable 'PStr' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 693 | if (Key == KEY_ESC) { | ^~~~~~~~~~~~~~ -
/nix/var/nix/builds/nix-4715-1144141836/source/far2l/src/fileedit.cpp:299:24: warning: field 'SaveAsTextFormat' will be initialized after field 'EditMenuBar' [-Wreorder-ctor] 299 | BadConversion(false), SaveAsTextFormat(0), EditMenuBar(nullptr) | ~~~~~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ | EditMenuBar(nullptr) BadConversion(false) SaveAsTextFormat(0) -
/nix/var/nix/builds/nix-4715-1144141836/source/far2l/src/fileedit.cpp:310:2: warning: field 'SaveAsTextFormat' will be initialized after field 'EditMenuBar' [-Wreorder-ctor] 310 | SaveAsTextFormat(0), EditMenuBar(nullptr) | ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ | EditMenuBar(nullptr) SaveAsTextFormat(0) -
/nix/var/nix/builds/nix-4715-1144141836/source/far2l/src/fileview.cpp:63:44: warning: field 'DisableEdit' will be initialized after field 'MenuBar' [-Wreorder-ctor] 63 | View(false, aCodePage), FullScreen(TRUE), DisableEdit(DisableEdit), MenuBar(nullptr) | ~~~~~~~~~~~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ | MenuBar(nullptr) FullScreen(TRUE) DisableEdit(DisableEdit) -
/nix/var/nix/builds/nix-4715-1144141836/source/far2l/src/setcolor.cpp:153:20: warning: variable length arrays in C++ are a Clang extension [-Wvla-cxx-extension] 153 | MenuDataEx Groups[GroupsLen]; | ^~~~~~~~~ -
/nix/var/nix/builds/nix-4715-1144141836/source/far2l/src/plug/PluginA.cpp:345:31: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations] 345 | StandardFunctions.sprintf = sprintf; | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/WinPort/src/Backend/WX/wxPrinterSupport.h:29:22: warning: private field 'html_printer' is not used [-Wunused-private-field] 29 | wxHtmlEasyPrinting* html_printer; | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/arclite/src/msearch.cpp:81:9: warning: variable 'signatures_checked' set but not used [-Wunused-but-set-variable] 81 | size_t signatures_checked = 0; | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/arclite/src/msearch.cpp:82:9: warning: variable 'signatures_passed_initial' set but not used [-Wunused-but-set-variable] 82 | size_t signatures_passed_initial = 0; | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/arclite/src/msearch.cpp:83:9: warning: variable 'signatures_checked_detailed' set but not used [-Wunused-but-set-variable] 83 | size_t signatures_checked_detailed = 0; | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/arclite/src/msearch.cpp:84:9: warning: variable 'signatures_added_to_result' set but not used [-Wunused-but-set-variable] 84 | size_t signatures_added_to_result = 0; | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/arclite/src/open.cpp:798:48: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat] 798 | fprintf(stderr, "Regular file: Size=%lu\n", device_size); | ~~~ ^~~~~~~~~~~ | %llu -
/nix/var/nix/builds/nix-4715-1144141836/source/utils/include/MulDiv64.h:63:11: warning: variable 'un10_' set but not used [-Wunused-but-set-variable] 63 | uint64_t un10_ = ((uint64_t)un32 << 32 | un10) - q1 * dn1; | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/utils/include/debug.h:32:10: warning: the current #pragma pack alignment value is modified in the included file [-Wpragma-pack] 32 | #include <fcntl.h> | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/utils/include/utils.h:15:10: warning: the current #pragma pack alignment value is modified in the included file [-Wpragma-pack] 15 | #include "debug.h" | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/multiarc/src/fmt.hpp:31:10: warning: the current #pragma pack alignment value is modified in the included file [-Wpragma-pack] 31 | #include <utils.h> | ^ -
/nix/var/nix/builds/nix-4715-1144141836/source/hexitor/src/file.cpp:159:26: warning: suggest braces around initialization of subobject [-Wmissing-braces] 159 | LARGE_INTEGER copied = {0}; | ^ | {} -
/nix/var/nix/builds/nix-4715-1144141836/source/ImageViewer/src/ImageAtFull.cpp:319:19: warning: moving a temporary object prevents copy elision [-Wpessimizing-move] 319 | *selection = std::move(iv.GetSelection()); | ^