cleanup: make IPPL compile with -Wextra and -Werror
There are quite a lot of methods with unused arguments. These arguments should be commended out like:
bool operator==(const AntiSymTenzor<T,1>& /*that*/) const {
return true;
}
Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
Please migrate repositories to https://gitea.psi.ch - if you need help, contact gitea@psi.ch
There are quite a lot of methods with unused arguments. These arguments should be commended out like:
bool operator==(const AntiSymTenzor<T,1>& /*that*/) const {
return true;
}