Skip to content

Commit

Permalink
Fixes for bitcoin#10843 backport
Browse files Browse the repository at this point in the history
  • Loading branch information
codablock committed Dec 31, 2019
1 parent 0f46840 commit fbe7be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/test_dash_main.cpp
Expand Up @@ -12,12 +12,12 @@

std::unique_ptr<CConnman> g_connman;

void Shutdown(void* parg)
[[noreturn]] void Shutdown(void* parg)
{
exit(EXIT_SUCCESS);
}

void StartShutdown()
[[noreturn]] void StartShutdown()
{
exit(EXIT_SUCCESS);
}
Expand Down

0 comments on commit fbe7be5

Please sign in to comment.