Fix unused-parameter Warning
This commit is contained in:
parent
cd42e38013
commit
8efdfd9dfc
@ -97,7 +97,7 @@ public:
|
||||
/**
|
||||
* Dummy implementation for other algorithms of addable indexes after that.
|
||||
*/
|
||||
void addIndex(const Matrix<ElementType>& wholeData, const Matrix<ElementType>& additionalData)
|
||||
void addIndex(const Matrix<ElementType>& /*wholeData*/, const Matrix<ElementType>& /*additionalData*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -133,7 +133,7 @@ public:
|
||||
/**
|
||||
* Dummy implementation for other algorithms of addable indexes after that.
|
||||
*/
|
||||
void addIndex(const Matrix<ElementType>& wholeData, const Matrix<ElementType>& additionalData)
|
||||
void addIndex(const Matrix<ElementType>& /*wholeData*/, const Matrix<ElementType>& /*additionalData*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -382,7 +382,7 @@ public:
|
||||
/**
|
||||
* Dummy implementation for other algorithms of addable indexes after that.
|
||||
*/
|
||||
void addIndex(const Matrix<ElementType>& wholeData, const Matrix<ElementType>& additionalData)
|
||||
void addIndex(const Matrix<ElementType>& /*wholeData*/, const Matrix<ElementType>& /*additionalData*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -120,7 +120,7 @@ public:
|
||||
/**
|
||||
* Dummy implementation for other algorithms of addable indexes after that.
|
||||
*/
|
||||
void addIndex(const Matrix<ElementType>& wholeData, const Matrix<ElementType>& additionalData)
|
||||
void addIndex(const Matrix<ElementType>& /*wholeData*/, const Matrix<ElementType>& /*additionalData*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -113,7 +113,7 @@ public:
|
||||
/**
|
||||
* Dummy implementation for other algorithms of addable indexes after that.
|
||||
*/
|
||||
void addIndex(const Matrix<ElementType>& wholeData, const Matrix<ElementType>& additionalData)
|
||||
void addIndex(const Matrix<ElementType>& /*wholeData*/, const Matrix<ElementType>& /*additionalData*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -365,7 +365,7 @@ public:
|
||||
/**
|
||||
* Dummy implementation for other algorithms of addable indexes after that.
|
||||
*/
|
||||
void addIndex(const Matrix<ElementType>& wholeData, const Matrix<ElementType>& additionalData)
|
||||
void addIndex(const Matrix<ElementType>& /*wholeData*/, const Matrix<ElementType>& /*additionalData*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -88,7 +88,7 @@ public:
|
||||
/**
|
||||
* Dummy implementation for other algorithms of addable indexes after that.
|
||||
*/
|
||||
void addIndex(const Matrix<ElementType>& wholeData, const Matrix<ElementType>& additionalData)
|
||||
void addIndex(const Matrix<ElementType>& /*wholeData*/, const Matrix<ElementType>& /*additionalData*/)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user