Snippets for far2l 2.8.0 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/274cszn2fnqbj01bva6mc8j0ymn7hbim-far2l-2.8.0.drv.
-
/build/source/WinPort/src/Backend/TTY/TTYPrinterSupport.cpp:25:15: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result] 25 | system(buf); | ~~~~~~^~~~~ -
/build/source/WinPort/src/Backend/TTY/TTYPrinterSupport.cpp:33:15: warning: ignoring return value of 'int system(const char*)' declared with attribute 'warn_unused_result' [-Wunused-result] 33 | system(buf); | ~~~~~~^~~~~ -
/build/source/far2l/src/fileedit.hpp:158:13: warning: 'FileEditor::SaveAsTextFormat' will be initialized after [-Wreorder] 158 | int SaveAsTextFormat{0}; | ^~~~~~~~~~~~~~~~ -
/build/source/far2l/src/fileedit.hpp:138:24: warning: 'EditorMenuBar* FileEditor::EditMenuBar' [-Wreorder] 138 | EditorMenuBar* EditMenuBar; | ^~~~~~~~~~~ -
/build/source/far2l/src/fileedit.cpp:296:1: warning: when initialized here [-Wreorder] 296 | FileEditor::FileEditor(FileHolderPtr NewFileHolder, UINT codepage, DWORD InitFlags, int StartLine, int StartChar, | ^~~~~~~~~~ -
/build/source/far2l/src/fileedit.cpp:307:1: warning: when initialized here [-Wreorder] 307 | FileEditor::FileEditor(FileHolderPtr NewFileHolder, UINT codepage, DWORD InitFlags, int StartLine, int StartChar, | ^~~~~~~~~~ -
/build/source/far2l/src/fileview.hpp:56:13: warning: 'FileViewer::DisableEdit' will be initialized after [-Wreorder] 56 | int DisableEdit; | ^~~~~~~~~~~ -
/build/source/far2l/src/fileview.hpp:50:24: warning: 'ViewerMenuBar* FileViewer::MenuBar' [-Wreorder] 50 | ViewerMenuBar* MenuBar; | ^~~~~~~ -
/build/source/far2l/src/fileview.cpp:60:1: warning: when initialized here [-Wreorder] 60 | FileViewer::FileViewer(FileHolderPtr NewFileHolder, int EnableSwitch, int DisableHistory, int DisableEdit, | ^~~~~~~~~~ -
/build/source/far2l/src/viewer.cpp:1221:53: warning: comparison of integer expressions of different signedness: 'WCHAR' {aka 'wchar_t'} and 'int' [-Wsign-compare] 1221 | if (vgetc(Ch) && Ch != CRSym && (Ch != L'\r' || (vgetc(TmpChar) && TmpChar != CRSym))) { | ~~~^~~~~~~~ -
/build/source/far2l/src/viewer.cpp:1221:108: warning: comparison of integer expressions of different signedness: 'WCHAR' {aka 'wchar_t'} and 'int' [-Wsign-compare] 1221 | if (vgetc(Ch) && Ch != CRSym && (Ch != L'\r' || (vgetc(TmpChar) && TmpChar != CRSym))) { | ~~~~~~~~^~~~~~~~ -
/build/source/far2l/src/viewer.cpp:1301:32: warning: comparison of integer expressions of different signedness: 'WCHAR' {aka 'wchar_t'} and 'int' [-Wsign-compare] 1301 | if (Ch == CRSym) | ~~~^~~~~~~~ -
/build/source/far2l/src/viewer.cpp:1333:69: warning: comparison of integer expressions of different signedness: 'WCHAR' {aka 'wchar_t'} and 'int' [-Wsign-compare] 1333 | if (vgetc(nextCh) && nextCh != CRSym) { | ~~~~~~~^~~~~~~~ -
/build/source/far2l/src/viewer.cpp:2112:71: warning: comparison of integer expressions of different signedness: 'WCHAR' {aka 'wchar_t'} and 'int' [-Wsign-compare] 2112 | if (vgetc(LastSym) && LastSym != CRSym) | ~~~~~~~~^~~~~~~~ -
/build/source/multiarc/src/formats/rar/unrar/scantree.cpp:220:3: warning: multi-line comment [-Wcomment] 220 | // We prefer to scan entire disk if mask like \\server\share\ or c:\ | ^ -
/build/source/tmppanel/src/TmpClass.cpp:611:40: warning: comparison of integer expressions of different signedness: 'int' and 'wchar_t' [-Wsign-compare] 611 | } else if (Key >= L'0' && Key <= L'9') { | ~~~~^~~~~~~ -
/build/source/tmppanel/src/TmpClass.cpp:611:55: warning: comparison of integer expressions of different signedness: 'int' and 'wchar_t' [-Wsign-compare] 611 | } else if (Key >= L'0' && Key <= L'9') { | ~~~~^~~~~~~