Slicer / ParameterSerializer

An open-source library for serialization and deserialization of Insight Segmentation and Registration Toolkit (ITK) classes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix link warning related to symbol visibility

jcfr opened this issue · comments

ld: warning: direct access in itk::SEMModuleDescription::New() to global weak symbol typeinfo for itk::SEMModuleDescription means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.

For more details, see http://open.cdash.org/viewBuildError.php?buildid=3353524

Closing old issue because I am unable to reproduce.