There's a -Wunused-but-set-variable warning in operations/all.cc which can be fixed with [[maybe_unused]]. The statements in operations/copy.cc give -Wunused-value warnings. I think I meant to use |= rather than !=. And operations/file_size.cc gets -Wsign-compare warnings. * testsuite/27_io/filesystem/operations/all.cc: Mark unused variable. * testsuite/27_io/filesystem/operations/copy.cc: Fix typo. * testsuite/experimental/filesystem/operations/copy.cc: Likewise. * testsuite/27_io/filesystem/operations/file_size.cc: Use correct type for return value, and in comparison. * testsuite/experimental/filesystem/operations/file_size.cc: Likewise.
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
absolute.cc | Loading commit data... | |
canonical.cc | Loading commit data... | |
copy.cc | Loading commit data... | |
copy_file.cc | Loading commit data... | |
create_directories.cc | Loading commit data... | |
create_directory.cc | Loading commit data... | |
create_symlink.cc | Loading commit data... | |
current_path.cc | Loading commit data... | |
equivalent.cc | Loading commit data... | |
exists.cc | Loading commit data... | |
file_size.cc | Loading commit data... | |
is_empty.cc | Loading commit data... | |
last_write_time.cc | Loading commit data... | |
permissions.cc | Loading commit data... | |
read_symlink.cc | Loading commit data... | |
remove.cc | Loading commit data... | |
remove_all.cc | Loading commit data... | |
space.cc | Loading commit data... | |
status.cc | Loading commit data... | |
temp_directory_path.cc | Loading commit data... |