Comment 2 for bug 1842301

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

It seems I have a patch that resolves the above, but there are more gcc-9 errors that show up later:

hgfsServer.c:6541:43: error: taking address of packed member of ‘struct HgfsReplyReadV3’ may result in an unaligned pointer value [-Werror=address-of-packed-member]
 | &reply->actualSize);
 | ^~~~~~~~~~~~~~~~~~