Skip to content

Commit

Permalink
Add explicit return 0 for main
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Leśniak authored and vogel76 committed Sep 4, 2024
1 parent e802a80 commit c46ec7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/util/explain_op.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,4 +361,5 @@ int main()
std::cerr << "Unknown exception" << '\n';
}
}
return 0;
}

0 comments on commit c46ec7c

Please sign in to comment.