mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 13:25:37 +00:00
Fixed building under macosx.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user