[Bug 294870] graphics/drm-66-kmod, graphics/drm-61-kmod: Fails to build on stable/15 after commit ports d94082fc799f
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294870 Tatsuki Makino <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #24 from Tatsuki Makino <[email protected]> --- It seems that the error that -Wno-address-of-packed-member is trying to suppress can be avoided by rewriting it as follows. - read += guc_capture_log_remove_dw(guc, buf, &ghdr->owner); + read += guc_capture_log_remove_dw(guc, buf, __containerof(ghdr, struct guc_state_capture_group_header_t, owner)); It seems that __containerof can be used if <sys/cdefs.h> is included. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.