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;