diff --git a/src/runtime/local/datastructures/DenseMatrix.cpp b/src/runtime/local/datastructures/DenseMatrix.cpp index 534dcffdb..f3123ccc5 100644 --- a/src/runtime/local/datastructures/DenseMatrix.cpp +++ b/src/runtime/local/datastructures/DenseMatrix.cpp @@ -404,4 +404,4 @@ template class DenseMatrix; template class DenseMatrix; template class DenseMatrix; template class DenseMatrix; -template class DenseMatrix; +//template class DenseMatrix; diff --git a/src/runtime/local/datastructures/ValueTypeUtils.h b/src/runtime/local/datastructures/ValueTypeUtils.h index f910cc69b..9a3237116 100644 --- a/src/runtime/local/datastructures/ValueTypeUtils.h +++ b/src/runtime/local/datastructures/ValueTypeUtils.h @@ -56,6 +56,8 @@ template <> const ValueTypeCode ValueTypeUtils::codeFor; template <> const ValueTypeCode ValueTypeUtils::codeFor; template <> const ValueTypeCode ValueTypeUtils::codeFor; template <> const ValueTypeCode ValueTypeUtils::codeFor; +// silence compiler warning +template <> const ValueTypeCode ValueTypeUtils::codeFor; template <> const std::string ValueTypeUtils::cppNameFor; template <> const std::string ValueTypeUtils::cppNameFor;