commit | 3da8ebfc9d058e9b7e18da34352725970fb5cabe | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon May 31 14:26:20 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Jun 10 14:49:05 2021 +0200 |
tree | 4b8cea281a2ee524746d68e7cc3a96c02274f217 | |
parent | d909078dec09ea7636bc1b0fce536303f146ed5f [diff] |
MINOR: errors: allow empty va_args for diag variadic macro Use the '##' operator to allow the usage of HA_DIAG_WARNING_COND macro without extra arguments. This must be backported up to 2.4. (cherry picked from commit 01b3c3d4fb634ddf12ae103719b77f965987f037) Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>