فهرست منبع

Fixed disable pedentic warning for anoynymous struct in GLM

Christophe Riccio 9 سال پیش
والد
کامیت
1d8dadcd15
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      glm/detail/type_vec4.hpp

+ 1 - 1
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 "-Wpedantic"
+#				pragma GCC diagnostic ignored "-pedantic"
 #			endif
 #			if GLM_COMPILER & GLM_COMPILER_CLANG
 #				pragma clang diagnostic push