mirror of
https://github.com/xmrig/xmrig.git
synced 2026-01-30 17:12:53 -05:00
Make Process::location static.
This commit is contained in:
@@ -101,9 +101,9 @@ static int showVersion()
|
||||
|
||||
|
||||
#ifdef XMRIG_FEATURE_HWLOC
|
||||
static int exportTopology(const Process &process)
|
||||
static int exportTopology(const Process &)
|
||||
{
|
||||
const String path = process.location(Process::ExeLocation, "topology.xml");
|
||||
const String path = Process::location(Process::ExeLocation, "topology.xml");
|
||||
|
||||
hwloc_topology_t topology;
|
||||
hwloc_topology_init(&topology);
|
||||
|
||||
Reference in New Issue
Block a user