View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008276ITKpublic2008-12-10 12:092010-11-17 20:57
ReporterJeff Donner (2) 
Assigned ToHans Johnson 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionwon't fix 
PlatformOSOS Version
Product VersionITK-3-10 
Target VersionFixed in Version 
Summary0008276: 3.10.1 Compile error in itkSTLThreadTest.cxx : Runner() returning something when it's a void return type
DescriptionInsightToolkit-3.10.1/Testing/Code/Common/itkSTLThreadTest.cxx:144: error: return-statement with a value, in function returning 'void'

ITK_THREAD_RETURN_TYPE Runner(void* infoIn)
{

// ... thread setup ...

#ifndef ITK_USE_SPROC
  return EXIT_SUCCESS;
#endif
}

I'm compiling without thread support:

CMAKE_USE_PTHREADS OFF

This is on Linux (Kubuntu 8.10) - I can get any other details you'd like.

GCC 4.3.2
TagsNo tags attached.
Resolution Date
Sprint
Sprint Statusbacklog
Attached Files

 Relationships

  Notes
(0023370)
Hans Johnson (developer)
2010-11-17 20:57

This configuration can not be supported due to insufficient programmer resources.

The USE_SPROC code has been completely removed in ITKv4 as an unsupported option.

 Issue History
Date Modified Username Field Change
2008-12-10 12:09 Jeff Donner (2) New Issue
2010-11-02 13:31 Hans Johnson Status new => assigned
2010-11-02 13:31 Hans Johnson Assigned To => kentwilliams
2010-11-17 20:57 Hans Johnson Sprint Status => backlog
2010-11-17 20:57 Hans Johnson Note Added: 0023370
2010-11-17 20:57 Hans Johnson Status assigned => closed
2010-11-17 20:57 Hans Johnson Assigned To kentwilliams => Hans Johnson
2010-11-17 20:57 Hans Johnson Resolution open => won't fix


Copyright © 2000 - 2018 MantisBT Team