mirror of
https://github.com/g-truc/glm.git
synced 2024-11-22 08:54:35 +00:00
Fix unused argument warning
This commit is contained in:
parent
437fe63665
commit
b30313ac30
@ -572,7 +572,7 @@ namespace glm {
|
||||
template<length_t L, qualifier Q>
|
||||
struct compute_splat<L, float, Q, true> {
|
||||
template<int c>
|
||||
GLM_FUNC_QUALIFIER GLM_CONSTEXPR static vec<L, float, Q> call(vec<L, float, Q> const& a)
|
||||
GLM_FUNC_QUALIFIER GLM_CONSTEXPR static vec<L, float, Q> call(vec<L, float, Q> const&)
|
||||
{}
|
||||
|
||||
template<>
|
||||
|
Loading…
Reference in New Issue
Block a user