mirror of
https://github.com/g-truc/glm.git
synced 2025-04-06 22:15:00 +00:00
Fixed warnings with -Weverything
This commit is contained in:
parent
97ac535144
commit
0f34103f4f
2 changed files with 6 additions and 6 deletions
|
@ -7,9 +7,9 @@
|
|||
#include <cstdio>
|
||||
#include <vector>
|
||||
|
||||
static glm::vec3 v1;
|
||||
static glm::vec3 v2(1);
|
||||
static glm::vec3 v3(1, 1, 1);
|
||||
static glm::vec3 g1;
|
||||
static glm::vec3 g2(1);
|
||||
static glm::vec3 g3(1, 1, 1);
|
||||
|
||||
int test_vec3_ctor()
|
||||
{
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
#include <ctime>
|
||||
#include <vector>
|
||||
|
||||
static glm::vec4 v1;
|
||||
static glm::vec4 v2(1);
|
||||
static glm::vec4 v3(1, 1, 1, 1);
|
||||
static glm::vec4 g1;
|
||||
static glm::vec4 g2(1);
|
||||
static glm::vec4 g3(1, 1, 1, 1);
|
||||
|
||||
template <int Value>
|
||||
struct mask
|
||||
|
|
Loading…
Add table
Reference in a new issue