From b30313ac309d8dcfa5cd3ed1292433f88e29993c Mon Sep 17 00:00:00 2001 From: Adam Lusch Date: Tue, 3 Sep 2024 17:35:27 -0500 Subject: [PATCH] Fix unused argument warning --- glm/detail/func_common_simd.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/detail/func_common_simd.inl b/glm/detail/func_common_simd.inl index 55c72286..9c77cc9d 100644 --- a/glm/detail/func_common_simd.inl +++ b/glm/detail/func_common_simd.inl @@ -572,7 +572,7 @@ namespace glm { template struct compute_splat { template - GLM_FUNC_QUALIFIER GLM_CONSTEXPR static vec call(vec const& a) + GLM_FUNC_QUALIFIER GLM_CONSTEXPR static vec call(vec const&) {} template<>