Skip to content

Commit

Permalink
Fixing compiler warnings: Fixed broken Linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bubnikv committed Feb 9, 2021
1 parent f61119e commit a5972e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/slic3r/GUI/RemovableDriveManager.cpp
Expand Up @@ -203,7 +203,7 @@ namespace search_for_drives_internal
}
}

#if 0
#if ! __APPLE__
static void search_path(const std::string &path, const std::string &parent_path, std::vector<DriveData> &out)
{
glob_t globbuf;
Expand All @@ -218,7 +218,7 @@ namespace search_for_drives_internal
}
globfree(&globbuf);
}
#endif
#endif // ! __APPLE__
}

std::vector<DriveData> RemovableDriveManager::search_for_removable_drives() const
Expand Down

0 comments on commit a5972e6

Please sign in to comment.