Snippets for far2l 2.8.0 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/0warn7rjj92y39zb5yxkrk31x5hpcb67-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/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:\ | ^