You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.../ITK/Modules/Core/FiniteDifference/include/itkFiniteDifferenceImageFilter.h:180: warning: found documented return type for itk::FiniteDifferenceImageFilter::SetDifferenceFunction that does not return anything
.../ITK/Modules/Core/GPUFiniteDifference/include/itkGPUFiniteDifferenceImageFilter.h:89: warning: found documented return type for itk::GPUFiniteDifferenceImageFilter::SetDifferenceFunction that does not return anything
The functions are probably void functions and cannot have a return value (Maybe a value is returned as an argument)
The text was updated successfully, but these errors were encountered:
doxygen gives the warnings:
The functions are probably
void
functions and cannot have a return value (Maybe a value is returned as an argument)The text was updated successfully, but these errors were encountered: