[PATCH 3/9] winegstreamer: Use nameless unions.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/winegstreamer/Makefile.in | 1 - 1 file changed, 1 deletion(-)
This doesn't compile for me: leslie(a)terabithia:~/git/wine64$ make dlls/winegstreamer/winegstreamer.dll CC dlls/winegstreamer/main.cross.o ../wine/dlls/winegstreamer/main.c:211:6: error: ‘REGFILTER2’ {aka ‘const struct __WIDL_strmif_generated_name_00000013’} has no member named ‘u’ 211 | .u.s2.cPins2 = 2, | ^ Note that we have the same problem as amstream/tests here; i.e. old versions of gcc can't handle nameless unions inside designated initializers.
On 24/03/2021 19:18, Zebediah Figura (she/her) wrote:
This doesn't compile for me:
leslie(a)terabithia:~/git/wine64$ make dlls/winegstreamer/winegstreamer.dll CC dlls/winegstreamer/main.cross.o ../wine/dlls/winegstreamer/main.c:211:6: error: ‘REGFILTER2’ {aka ‘const struct __WIDL_strmif_generated_name_00000013’} has no member named ‘u’ 211 | .u.s2.cPins2 = 2, | ^
I messed up this one, sorry.
Note that we have the same problem as amstream/tests here; i.e. old versions of gcc can't handle nameless unions inside designated initializers.
Right. I was hoping that it's a less widespread problem. I will send an updated version. Thanks, Jacek
participants (2)
-
Jacek Caban -
Zebediah Figura (she/her)