Skip to content

Commit b30313a

Browse files
committed
Fix unused argument warning
1 parent 437fe63 commit b30313a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glm/detail/func_common_simd.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ namespace glm {
572572
template<length_t L, qualifier Q>
573573
struct compute_splat<L, float, Q, true> {
574574
template<int c>
575-
GLM_FUNC_QUALIFIER GLM_CONSTEXPR static vec<L, float, Q> call(vec<L, float, Q> const& a)
575+
GLM_FUNC_QUALIFIER GLM_CONSTEXPR static vec<L, float, Q> call(vec<L, float, Q> const&)
576576
{}
577577

578578
template<>

0 commit comments

Comments
 (0)