Skip to content
Snippets Groups Projects
Commit fa13f0b9 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

WRG: Remove warning unused parameters.

parent d3dc7ae6
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ ObjectListToObjectListFilter<TInputList,TOutputList>
template <class TInputList, class TOutputList>
void
ObjectListToObjectListFilter<TInputList,TOutputList>
::ThreadedGenerateData(unsigned int startIndex, unsigned int stopIndex,int threadId)
::ThreadedGenerateData(unsigned int /*startIndex*/, unsigned int /*stopIndex*/,int /*threadId*/)
{
// The following code is equivalent to:
// itkExceptionMacro("subclass should override this method!!!");
......
......@@ -104,7 +104,7 @@ public:
/** Set the number of classes. This method is deprecated and is
* maintained for backward compatibility only */
itkLegacyMacro(void SetNumberOfClasses(unsigned int nbClasses){})
itkLegacyMacro(void SetNumberOfClasses(unsigned int /*nbClasses*/){})
/** Get the number of classes */
unsigned int GetNumberOfClasses()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment