main_enc.cpp:52:30: warning: ignoring return value of 'bool std::filesystem::exists(const __cxx11::path&)', declared with attribute 'nodiscard' [-Wunused-result]
52 | std::filesystem::exists(fname);
| ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
In file included from c:\msys1220\include\c++\12.2.0\filesystem:47,
from main_enc.cpp:38:
c:\msys1220\include\c++\12.2.0\bits\fs_ops.h:133:3: note: declared here
133 | exists(const path& __p)
| ^~~~~~