Fixed building under macosx.

This commit is contained in:
Alexander Shaduri
2021-03-08 16:51:12 +04:00
parent 14a7e26e09
commit fce77dc7d7
2 changed files with 2 additions and 2 deletions
@@ -14,7 +14,6 @@ Copyright:
#include "local_glibmm.h"
#include <gtkmm.h>
#include <bits/stdc++.h> // to avoid throw() macro errors.
#include <iostream>
#include "hz/main_tools.h"
+2 -1
View File
@@ -29,7 +29,8 @@ Copyright:
std::string detect_drives_other(std::vector<StorageDevicePtr>& drives, const ExecutorFactoryPtr& ex_factory)
std::string detect_drives_other(std::vector<StorageDevicePtr>& drives,
[[maybe_unused]] const ExecutorFactoryPtr& ex_factory)
{
debug_out_info("app", DBG_FUNC_MSG << "Detecting drives through /dev...\n");