diff --git a/src/wutil.cpp b/src/wutil.cpp index b1fa99d07..bf8f5e436 100644 --- a/src/wutil.cpp +++ b/src/wutil.cpp @@ -161,6 +161,7 @@ void dir_iter_t::entry_t::do_stat() const { case ENOENT: case ENOTDIR: case ENAMETOOLONG: + case ENODEV: // These are "expected" errors. this->type_ = none(); break;