commit | 28345c66527cebb80d8639130566750a366a29a2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Oct 08 15:55:13 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Oct 08 17:21:48 2021 +0200 |
tree | b901b3e6d1bb75704740af45b37962a77e786609 | |
parent | de361ad22e4a093f5dfd9b9233889c148af2f523 [diff] |
BUILD: init: avoid a build warning on FreeBSD with USE_PROCCTL It was brought by a variable declared after some statements in commit 21185970c ("MINOR: proc: setting the process to produce a core dump on FreeBSD."). It's worth noting that some versions of clang seem to ignore -Wdeclaration-after-statement by default. No backport is needed.