Page MenuHomePhabricator

Make IGTBase module warning free
Closed, ResolvedPublic

Description

This basic module should be warning free so that we can turn "WARNINGS_AS_ERRORS" on.

There are still many wanings on the dart clients, e.g.:

http://cdash.mitk.org/viewBuildError.php?buildid=576435

Event Timeline

User eisenman has pushed new remote branch:

bug-19090-MakeIGTBaseWarningFree

[a73d72]: Merge branch 'bug-19090-MakeIGTBaseWarningFree'

Merged commits:

2015-07-15 17:02:19 Matthias Eisenmann [7a939e]
Fixed warnings about comparison of signed and unsigned int.


2015-07-15 16:36:35 Matthias Eisenmann [df2e1a]
Pass vector as reference.

User eisenman has pushed new remote branch:

bug-19090-MakeIGTBaseWarningFree-UnusedParameterFix

[83b0c3]: Merge branch 'bug-19090-MakeIGTBaseWarningFree-UnusedParameterFix'

Merged commits:

2015-08-03 18:29:41 Matthias Eisenmann [523985]
COMP: Delegating parameter eps to internal mitk::Equal calls.