From 6d1891a7e99dda07aaf132a0cf27383a52d4ab23 Mon Sep 17 00:00:00 2001 From: castano Date: Fri, 14 Nov 2008 02:19:39 +0000 Subject: [PATCH] Remove gcc-4.3 warning. --- src/nvmath/SphericalHarmonic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }