From a0a840e0016d96372eb9830444b37e2dee82d5e0 Mon Sep 17 00:00:00 2001 From: Christophe Date: Wed, 17 Jan 2024 16:23:21 +0100 Subject: [PATCH] gna --- test/ext/ext_vec1.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/ext/ext_vec1.cpp b/test/ext/ext_vec1.cpp index 255ab9c2..55db1a4e 100644 --- a/test/ext/ext_vec1.cpp +++ b/test/ext/ext_vec1.cpp @@ -6,6 +6,7 @@ #if GLM_COMPILER & GLM_COMPILER_CLANG # pragma clang diagnostic push # pragma clang diagnostic ignored "-Wglobal-constructors" +# pragma clang diagnostic ignored "-Wunused-variable" #endif static glm::vec1 g1;