Hi. As mentioned here: https://bugzilla.opensuse.org/show_bug.cgi?id=1123136 there's a new issue with GCC 9, it's related to: https://gcc.gnu.org/gcc-9/porting_to.html#complit in: /* Not const! Never return this as a result directly! */ #define SMTP_ADDRESS_LITERAL(localpart, domain) \ &((struct smtp_address){ (localpart), (domain) }) Thanks, Martin
Op 25/01/2019 om 10:59 schreef Martin Li?ka:> Hi. > > As mentioned here: > https://bugzilla.opensuse.org/show_bug.cgi?id=1123136 > > there's a new issue with GCC 9, it's related to: > https://gcc.gnu.org/gcc-9/porting_to.html#complit > > in: > /* Not const! Never return this as a result directly! */ > #define SMTP_ADDRESS_LITERAL(localpart, domain) \ > &((struct smtp_address){ (localpart), (domain) })Thanks for reporting this. We are working on it (tracking internally as DOP-890). Regards, Stephan.
On 1/25/19 8:24 PM, Stephan Bosch wrote:> > > Op 25/01/2019 om 10:59 schreef Martin Li?ka: >> Hi. >> >> As mentioned here: >> https://bugzilla.opensuse.org/show_bug.cgi?id=1123136 >> >> there's a new issue with GCC 9, it's related to: >> https://gcc.gnu.org/gcc-9/porting_to.html#complit >> >> in: >> /* Not const! Never return this as a result directly! */ >> #define SMTP_ADDRESS_LITERAL(localpart, domain) \ >> ????&((struct smtp_address){ (localpart), (domain) }) > > Thanks for reporting this. We are working on it (tracking internally as DOP-890). > > Regards, > > Stephan.Hi. Thanks for working on that. Is there any update please? Martin