/opt/odil/src/odil/dcmtk/Exception.cpp: In member function ‘virtual const char* odil::dcmtk::Exception::what() const’:
/opt/odil/src/odil/dcmtk/Exception.cpp:58:50: warning: throw will always call terminate() [-Wterminate]
throw std::runtime_error("Invalid source");
There is a compilation warning: