fix: Build issues on Linux due to unused parameter
This commit is contained in:
parent
1b383bdcf1
commit
24621e6612
@ -79,6 +79,7 @@ namespace hex::paths {
|
||||
#elif defined(OS_MACOS)
|
||||
return getDataPaths(includeSystemFolders);
|
||||
#elif defined(OS_LINUX) || defined(OS_WEB)
|
||||
hex::unused(includeSystemFolders);
|
||||
return {xdg::ConfigHomeDir() / "imhex"};
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user