Skip to content

Commit

Permalink
Remove maybe_unused on initial_path
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Sep 27, 2024
1 parent 194db4b commit 0593574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/pika/init_runtime/src/init_runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ namespace pika {
////////////////////////////////////////////////////////////////////////
void init_environment(detail::command_line_handling& cmdline)
{
[[maybe_unused]] pika::detail::filesystem::initial_path();
pika::detail::filesystem::initial_path();

pika::detail::set_assertion_handler(&pika::detail::assertion_handler);
pika::detail::set_custom_exception_info_handler(&pika::detail::custom_exception_info);
Expand Down

0 comments on commit 0593574

Please sign in to comment.