Fix compilation warning.

This commit is contained in:
Ryan Curtin
2024-06-14 15:15:25 -04:00
parent cccf60d974
commit de0a06395b
@@ -82,7 +82,7 @@ class SVDCompleteIncrementalLearning
* @param H Encoding matrix.
*/
template<typename WHMatType>
inline void WUpdate(const MatType& V,
inline void WUpdate(const MatType& /* V */,
WHMatType& W,
const WHMatType& H)
{