/__w/desktop/desktop/src/libsync/discovery.cpp:470:108: warning: comparison of integer expressions of different signedness: ‘uintmax_t’ {aka ‘long unsigned int’} and ‘int64_t’ {aka ‘long int’} [-Wsign-compare]
470 | if (FileSystem::fileTimeToTime_t(info.last_write_time()) != base.modtime() || info.file_size() != base.size() || info.is_directory()) {
|
Currently, -1 is used in some parts of the code to indicate invalid values, so the change isn't that simple.
Currently, -1 is used in some parts of the code to indicate invalid values, so the change isn't that simple.