diff --git a/src/nvmath/SphericalHarmonic.cpp b/src/nvmath/SphericalHarmonic.cpp index 256045b..e632bcb 100644 --- a/src/nvmath/SphericalHarmonic.cpp +++ b/src/nvmath/SphericalHarmonic.cpp @@ -82,7 +82,7 @@ namespace template float legendre(float x); - template <> float legendre<0, 0>(float x) { + template <> float legendre<0, 0>(float ) { return 1; }