https://bugs.exim.org/show_bug.cgi?id=2458
--- Comment #4 from Andreas Metzler <eximusers@???> ---
(In reply to Jeremy Harris from comment #3)
> Ah, __VA_OPT__ breaks the build on multiple buidfarm animals; we can't use
> it.
> Is the remainder of the proposed fix sufficient?
Hello,
Darn. Had some doubts about portability.
Afaict it would only necessary for single-argument invocation
(string_sprintf("blah")), which could be trivially replaced.
(string_sprintf("%" , "blah")))
cu Andreas
--
You are receiving this mail because:
You are on the CC list for the bug.