fix -Wextra in Sketcher

This commit is contained in:
wmayer
2016-09-22 18:34:35 +02:00
parent c3087e75fd
commit c06b6f081f
22 changed files with 143 additions and 45 deletions

View File

@@ -329,7 +329,7 @@ void SubSystem::applySolution()
*(it->first) = *(it->second);
}
void SubSystem::analyse(Eigen::MatrixXd &J, Eigen::MatrixXd &ker, Eigen::MatrixXd &img)
void SubSystem::analyse(Eigen::MatrixXd & /*J*/, Eigen::MatrixXd & /*ker*/, Eigen::MatrixXd & /*img*/)
{
}