Skip to content

Suppress unwanted warnings in GeoModelIO

Riccardo Maria Bianchi requested to merge io_suppress_warnings into main

This MR adds proper logging to GeoModelDBManager and suppress unwanted warning messages from being printed to std::cout independently of the log level.

In particular, it suppresses the warnings about missing tables for new GeoModel nodes/classes in older .db files: we want to be free to develop and add new classes without invalidating the earlier DBs.

The MR also removes old and unused code.

This MR closes #115 (closed)

Edited by Riccardo Maria Bianchi

Merge request reports

Loading