Page MenuHomePhabricator

Classification Build Errors in MBI
Closed, ResolvedPublic

Event Timeline

Code that built withour errors on the MITK Dashboard, didn't built on the Internal Dashboard, due to different Werror setting.

To fix this the following lines from CMakeLists.txt are removed:

  1. the following two lines should be removed after ITK-3097 has
  2. been resolved, see also MITK T15279

-Wno-unused-local-typedefs

the respective bug, is already closed.
The unused typedefs are removed from the Classification module.

User webechr has pushed new remote branch:

bug-19373-FixBuildErrors

[65e352]: Merge branch 'bug-19373-FixBuildErrors'

Merged commits:

2015-10-15 16:32:58 Christian Weber [f1e09e]
unused local typedefs no error exception will be removed
and unused typedefs are removed from the classification module