mirror of
https://github.com/g-truc/glm.git
synced 2025-04-04 13:05:00 +00:00
Fix unused argument warning
This commit is contained in:
parent
437fe63665
commit
b30313ac30
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue