Skip to content

Commit

Permalink
fix: Build issues on Linux due to unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Jun 22, 2024
1 parent 1b383bd commit 24621e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/libimhex/source/helpers/default_paths.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 24621e6

Please sign in to comment.