Skip to content

util/macros: use -mno-ms-bitfields on MinGW instead of gcc_struct

xantares requested to merge xantares/mesa:nomsbitfields into main

gets rid of warning: 'gcc_struct' attribute ignored [-Wattributes] introduced by !23338 (merged)

According to the doc using -mno-ms-bitfields is equivalent to using gcc_struct https://gcc.gnu.org/onlinedocs/gcc/x86-Variable-Attributes.html

cc @tintou @lygstate @digetx

Edited by xantares

Merge request reports