mirror of
https://github.com/g-truc/glm.git
synced 2026-09-24 19:34:22 +00:00
Supporess unused-variable warnings
This commit is contained in:
@@ -154,6 +154,10 @@ static int test_constexpr()
|
||||
|
||||
int main()
|
||||
{
|
||||
// Suppress unused variable warnings
|
||||
(void)g1;
|
||||
(void)g2;
|
||||
|
||||
int Error = 0;
|
||||
|
||||
Error += test_vec1_size();
|
||||
|
||||
Reference in New Issue
Block a user