Skip to content

Commit

Permalink
Remove un needed messages from unit conversion library.
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldwj committed Apr 26, 2023
1 parent 7551590 commit bf51517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ int main(int argc, char *argv[]) {
<< ngen_VERSION_PATCH << std::endl;
std::ios::sync_with_stdio(false);

ut_set_error_message_handler(ut_ignore);

#ifdef ACTIVATE_PYTHON
// Start Python interpreter via the manager singleton
// Need to bind to a variable so that the underlying reference count
Expand Down

0 comments on commit bf51517

Please sign in to comment.