Re: GnuTLS | Build failure error: expected ')' in crau/crau.h (#1880)
Read-only notification of GnuTLS library development activities <[email protected]> Fri, 01 May 2026 01:47:44 +0000
| Newsgroups | gmane.comp.encryption.gpg.gnutls.devel |
|---|---|
| Message-ID | <[email protected]> |
Ryan Carsten Schmidt commented: https://gitlab.com/gnutls/gnutls/-/work_items/1880#note_3305891149 I don't think f5666f8f1f653cfe2bef808a9c9b61534f279ed1 was correct. It changed the behavior of the code. Previously: If `defined(__has_c_attribute)` and not `__has_c_attribute (__maybe_unused__)` and `defined(__GNUC__)`, it did `#define CRAU_MAYBE_UNUSED __attribute__((__unused__))`. Now: If `defined(__has_c_attribute)` and not `__has_c_attribute (__maybe_unused__)`, it does not define `CRAU_MAYBE_UNUSED`, whether or not `defined(__GNUC__)`. -- Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/-/work_items/1880#note_3305891149 You're receiving this email because of your account on gitlab.com. Unsubscribe from this thread: https://gitlab.com/-/sent_notifications/4-cmmhx4tztjws7i03yi1fwv0k5-a84t7/unsubscribe | Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help _______________________________________________ Gnutls-devel mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnutls-devel