Page MenuHomePhabricator

[Dashboard] ITK build error on Linux nightly clients
Closed, ResolvedPublic

Description

one of these commits:

http://cdash.mitk.org/viewUpdate.php?buildid=146471

seems to have caused on most Linux clients the following problem:

"itkFixedArray.h:203:88: error: array subscript is above array bounds [-Warray-bounds]"

summary:
http://cdash.mitk.org/index.php?project=MITK&date=2012-06-24&display=project

Event Timeline

Ok, I could find and fix the issue, two checks for array indexes were actually faulty. I fixed then and now the code compiles without warnings in release, too.

[c855de]: Merge branch 'bug-12299-gcc-warning'

Merged commits:

2012-06-25 14:12:45 Daniel Maleike [66e7ae]
Avoid gcc warning in release mode

also fixes broken check

Should compile now, Dr. Gergel :-)