Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Jan 6, 2024
1 parent 6d896a2 commit d71c82f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions explorer/adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,9 @@ class Adapter : public Node::IObserver, public IAdapter {
((krnEx.m_iMethod > 1u) ? m_Totals.m_Contract.m_Invoked : m_Totals.m_Contract.m_Destroyed)++;
}
break;

default:
break; // suppress warning
}

return true;
Expand Down

0 comments on commit d71c82f

Please sign in to comment.