Closed ellert closed 2 years ago
.../src/fileops/davmeta.cpp:168:25: warning: comparison of integer expressions of different signedness: 'int' and 'const size_type' {aka 'const long unsigned int'} [-Wsign-compare] 168 | if (pos == std::string::npos) { | ~~~~^~~~~~~~~~~~~~~~~~~~