ebassi / graphene

A thin layer of graphic data types
http://ebassi.github.io/graphene
Other
373 stars 80 forks source link

Fix various broken macros when using GCC extension vectors #236

Closed q66 closed 3 years ago

q66 commented 3 years ago

Commit 8e5c25109898fa4894df810a546b26c387eaae93 introduced some pragmas, however those unintentionally change the types of the macros, as the diagnostic pop pragma becomes the last statement and the type of the expression becomes void.

ebassi commented 3 years ago

Thanks!