mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-31 14:02:00 -06:00
Fixed some clang warnings
This commit is contained in:
parent
770d8b5d08
commit
5e9a8ea700
17 changed files with 45 additions and 30 deletions
|
@ -203,6 +203,7 @@ namespace search_for_drives_internal
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
static void search_path(const std::string &path, const std::string &parent_path, std::vector<DriveData> &out)
|
||||
{
|
||||
glob_t globbuf;
|
||||
|
@ -217,6 +218,7 @@ namespace search_for_drives_internal
|
|||
}
|
||||
globfree(&globbuf);
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
std::vector<DriveData> RemovableDriveManager::search_for_removable_drives() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue