From e9e26ab92657f8ac9e359b67af889b00afaf65b0 Mon Sep 17 00:00:00 2001 From: Sami Kankaristo Date: Wed, 20 Jul 2016 21:26:45 +0300 Subject: [PATCH] Change -pedantic to -Wpedantic --- glm/detail/type_vec1.hpp | 2 +- glm/detail/type_vec2.hpp | 2 +- glm/detail/type_vec3.hpp | 2 +- glm/detail/type_vec4.hpp | 2 +- glm/gtc/quaternion.hpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/glm/detail/type_vec1.hpp b/glm/detail/type_vec1.hpp index 1a817f66..dd673a7c 100644 --- a/glm/detail/type_vec1.hpp +++ b/glm/detail/type_vec1.hpp @@ -30,7 +30,7 @@ namespace glm # if GLM_HAS_ALIGNED_TYPE # if GLM_COMPILER & GLM_COMPILER_GCC # pragma GCC diagnostic push -# pragma GCC diagnostic ignored "-pedantic" +# pragma GCC diagnostic ignored "-Wpedantic" # endif # if GLM_COMPILER & GLM_COMPILER_CLANG # pragma clang diagnostic push diff --git a/glm/detail/type_vec2.hpp b/glm/detail/type_vec2.hpp index 90904345..9a9ef42d 100644 --- a/glm/detail/type_vec2.hpp +++ b/glm/detail/type_vec2.hpp @@ -29,7 +29,7 @@ namespace glm # if GLM_HAS_ALIGNED_TYPE # if GLM_COMPILER & GLM_COMPILER_GCC # pragma GCC diagnostic push -# pragma GCC diagnostic ignored "-pedantic" +# pragma GCC diagnostic ignored "-Wpedantic" # endif # if GLM_COMPILER & GLM_COMPILER_CLANG # pragma clang diagnostic push diff --git a/glm/detail/type_vec3.hpp b/glm/detail/type_vec3.hpp index e1d2f949..ebd135d6 100644 --- a/glm/detail/type_vec3.hpp +++ b/glm/detail/type_vec3.hpp @@ -29,7 +29,7 @@ namespace glm # if GLM_HAS_ALIGNED_TYPE # if GLM_COMPILER & GLM_COMPILER_GCC # pragma GCC diagnostic push -# pragma GCC diagnostic ignored "-pedantic" +# pragma GCC diagnostic ignored "-Wpedantic" # endif # if GLM_COMPILER & GLM_COMPILER_CLANG # pragma clang diagnostic push diff --git a/glm/detail/type_vec4.hpp b/glm/detail/type_vec4.hpp index 97daf350..4cd69dcd 100644 --- a/glm/detail/type_vec4.hpp +++ b/glm/detail/type_vec4.hpp @@ -29,7 +29,7 @@ namespace glm # if GLM_HAS_ALIGNED_TYPE # if GLM_COMPILER & GLM_COMPILER_GCC # pragma GCC diagnostic push -# pragma GCC diagnostic ignored "-pedantic" +# pragma GCC diagnostic ignored "-Wpedantic" # endif # if GLM_COMPILER & GLM_COMPILER_CLANG # pragma clang diagnostic push diff --git a/glm/gtc/quaternion.hpp b/glm/gtc/quaternion.hpp index 87deebf3..72d06037 100644 --- a/glm/gtc/quaternion.hpp +++ b/glm/gtc/quaternion.hpp @@ -43,7 +43,7 @@ namespace glm # if GLM_HAS_ALIGNED_TYPE # if GLM_COMPILER & GLM_COMPILER_GCC # pragma GCC diagnostic push -# pragma GCC diagnostic ignored "-pedantic" +# pragma GCC diagnostic ignored "-Wpedantic" # endif # if GLM_COMPILER & GLM_COMPILER_CLANG # pragma clang diagnostic push