cern-fts / davix

High-performance file management over WebDAV / HTTP
GNU Lesser General Public License v2.1
84 stars 36 forks source link

Use sensible string size type #89

Closed ellert closed 2 years ago

ellert commented 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) {
      |                     ~~~~^~~~~~~~~~~~~~~~~~~~