[Bug 235361] x11/libinput: fix build with GCC-based architectures
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235361 --- Comment #3 from Jan Beich <[email protected]> --- -std=gnu90 is an alias for -std=gnu89. Removing -std=gnu90 may change "inline" from GNU to C99 semantics as Clang defaults to C11 (ditto GCC >= 5). In this case, it's not important as -std=gnu90 was only used for header sanity check. I've submitted a better fix upstream. https://gitlab.freedesktop.org/libinput/libinput/merge_requests/160 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"