diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2022-07-26 21:46:33 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2022-08-02 16:37:55 +0200 |
commit | 8c6f41ff1d464b2d48eca02262dd6446e010bcab (patch) | |
tree | 6324e48f540b2c180faed4f13d8ad1e341686c43 /lib/subdir.am | |
parent | lib: Remove usage of inet_ntop in lib/sockopt.c (diff) | |
download | frr-8c6f41ff1d464b2d48eca02262dd6446e010bcab.tar.xz frr-8c6f41ff1d464b2d48eca02262dd6446e010bcab.zip |
build: unconditionally enable format checks
The format message checks done by clippy/xrelfo were still guarded
behind `--enable-dev-build`. They've been clean and reliable, so it's
time to enable them unconditionally.
Fixes: #11680
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to '')
-rw-r--r-- | lib/subdir.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index b0c311e7f..d6defd714 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -469,11 +469,7 @@ am__v_XRELFO_ = $(am__v_XRELFO_$(AM_DEFAULT_VERBOSITY)) am__v_XRELFO_0 = @echo " XRELFO " $@; am__v_XRELFO_1 = -if DEV_BUILD XRELFO_FLAGS = -Wlog-format -Wlog-args -else -XRELFO_FLAGS = -endif SUFFIXES += .xref %.xref: % $(CLIPPY) |