Closed jackwasey closed 8 years ago
sparsebundlefs.cpp:298:27: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (fd_limit.rlim_cur < 0)
There are some other clang warnings, but this one suggests a bug
Nice catch! I'll have a look
Fixed in f3ccd20
sparsebundlefs.cpp:298:27: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare] if (fd_limit.rlim_cur < 0)
There are some other clang warnings, but this one suggests a bug