https://bugs.exim.org/show_bug.cgi?id=2411
--- Comment #6 from Andreas Metzler <eximusers@???> ---
(In reply to Git Commit from comment #5)
> Git commit:
> https://git.exim.org/exim.git/commitdiff/
> df98a6ff2e70887890690ffbf8a8ad583d7d7e38
[...]
>
> fix bounce generation under rfc 3461 request. bug 2411
[...]
Hello,
This patch adds another instance of -Wparentheses warnings:
deliver.c:7523:2: warning: suggest parentheses around '&&' within '||'
[-Wparentheses]
|| addr_failed->dsn_flags & rf_dsnflags
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&& !(addr_failed->dsn_flags & rf_notify_failure)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Do you think it is worthwhile to avoid these or do you consider them noise?
cu Andreas
--
You are receiving this mail because:
You are on the CC list for the bug.