mirror of
https://github.com/g-truc/glm.git
synced 2024-11-16 14:54:35 +00:00
Ignore VC C4201 warnings.
This commit is contained in:
parent
85bd36806c
commit
fdd362656c
@ -36,6 +36,10 @@ namespace glm
|
|||||||
# pragma clang diagnostic push
|
# pragma clang diagnostic push
|
||||||
# pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
|
# pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
|
||||||
# pragma clang diagnostic ignored "-Wnested-anon-types"
|
# pragma clang diagnostic ignored "-Wnested-anon-types"
|
||||||
|
# endif
|
||||||
|
# if GLM_COMPILER & GLM_COMPILER_VC
|
||||||
|
# pragma warning(push)
|
||||||
|
# pragma warning(disable: 4201)
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
union
|
union
|
||||||
@ -57,6 +61,9 @@ namespace glm
|
|||||||
# endif//GLM_SWIZZLE*/
|
# endif//GLM_SWIZZLE*/
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# if GLM_COMPILER & GLM_COMPILER_VC
|
||||||
|
# pragma warning(pop)
|
||||||
|
# endif
|
||||||
# if GLM_COMPILER & GLM_COMPILER_CLANG
|
# if GLM_COMPILER & GLM_COMPILER_CLANG
|
||||||
# pragma clang diagnostic pop
|
# pragma clang diagnostic pop
|
||||||
# endif
|
# endif
|
||||||
|
@ -35,6 +35,10 @@ namespace glm
|
|||||||
# pragma clang diagnostic push
|
# pragma clang diagnostic push
|
||||||
# pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
|
# pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
|
||||||
# pragma clang diagnostic ignored "-Wnested-anon-types"
|
# pragma clang diagnostic ignored "-Wnested-anon-types"
|
||||||
|
# endif
|
||||||
|
# if GLM_COMPILER & GLM_COMPILER_VC
|
||||||
|
# pragma warning(push)
|
||||||
|
# pragma warning(disable: 4201)
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
union
|
union
|
||||||
@ -57,6 +61,9 @@ namespace glm
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# if GLM_COMPILER & GLM_COMPILER_VC
|
||||||
|
# pragma warning(pop)
|
||||||
|
# endif
|
||||||
# if GLM_COMPILER & GLM_COMPILER_CLANG
|
# if GLM_COMPILER & GLM_COMPILER_CLANG
|
||||||
# pragma clang diagnostic pop
|
# pragma clang diagnostic pop
|
||||||
# endif
|
# endif
|
||||||
|
@ -35,6 +35,10 @@ namespace glm
|
|||||||
# pragma clang diagnostic push
|
# pragma clang diagnostic push
|
||||||
# pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
|
# pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
|
||||||
# pragma clang diagnostic ignored "-Wnested-anon-types"
|
# pragma clang diagnostic ignored "-Wnested-anon-types"
|
||||||
|
# endif
|
||||||
|
# if GLM_COMPILER & GLM_COMPILER_VC
|
||||||
|
# pragma warning(push)
|
||||||
|
# pragma warning(disable: 4201)
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
union
|
union
|
||||||
@ -56,6 +60,9 @@ namespace glm
|
|||||||
# endif//GLM_SWIZZLE
|
# endif//GLM_SWIZZLE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# if GLM_COMPILER & GLM_COMPILER_VC
|
||||||
|
# pragma warning(pop)
|
||||||
|
# endif
|
||||||
# if GLM_COMPILER & GLM_COMPILER_CLANG
|
# if GLM_COMPILER & GLM_COMPILER_CLANG
|
||||||
# pragma clang diagnostic pop
|
# pragma clang diagnostic pop
|
||||||
# endif
|
# endif
|
||||||
|
@ -35,6 +35,10 @@ namespace glm
|
|||||||
# pragma clang diagnostic push
|
# pragma clang diagnostic push
|
||||||
# pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
|
# pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
|
||||||
# pragma clang diagnostic ignored "-Wnested-anon-types"
|
# pragma clang diagnostic ignored "-Wnested-anon-types"
|
||||||
|
# endif
|
||||||
|
# if GLM_COMPILER & GLM_COMPILER_VC
|
||||||
|
# pragma warning(push)
|
||||||
|
# pragma warning(disable: 4201)
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
union
|
union
|
||||||
@ -58,6 +62,9 @@ namespace glm
|
|||||||
# endif//GLM_SWIZZLE
|
# endif//GLM_SWIZZLE
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# if GLM_COMPILER & GLM_COMPILER_VC
|
||||||
|
# pragma warning(pop)
|
||||||
|
# endif
|
||||||
# if GLM_COMPILER & GLM_COMPILER_CLANG
|
# if GLM_COMPILER & GLM_COMPILER_CLANG
|
||||||
# pragma clang diagnostic pop
|
# pragma clang diagnostic pop
|
||||||
# endif
|
# endif
|
||||||
|
@ -48,6 +48,10 @@ namespace glm
|
|||||||
# pragma clang diagnostic push
|
# pragma clang diagnostic push
|
||||||
# pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
|
# pragma clang diagnostic ignored "-Wgnu-anonymous-struct"
|
||||||
# pragma clang diagnostic ignored "-Wnested-anon-types"
|
# pragma clang diagnostic ignored "-Wnested-anon-types"
|
||||||
|
# endif
|
||||||
|
# if GLM_COMPILER & GLM_COMPILER_VC
|
||||||
|
# pragma warning(push)
|
||||||
|
# pragma warning(disable: 4201)
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
union
|
union
|
||||||
@ -56,6 +60,9 @@ namespace glm
|
|||||||
typename detail::storage<T, sizeof(T) * 4, detail::is_aligned<P>::value>::type data;
|
typename detail::storage<T, sizeof(T) * 4, detail::is_aligned<P>::value>::type data;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# if GLM_COMPILER & GLM_COMPILER_VC
|
||||||
|
# pragma warning(pop)
|
||||||
|
# endif
|
||||||
# if GLM_COMPILER & GLM_COMPILER_CLANG
|
# if GLM_COMPILER & GLM_COMPILER_CLANG
|
||||||
# pragma clang diagnostic pop
|
# pragma clang diagnostic pop
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user