mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-10 20:18:03 +00:00
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>
This commit is contained in:
parent
0418cf2e26
commit
8c6f41ff1d
@ -469,11 +469,7 @@ am__v_XRELFO_ = $(am__v_XRELFO_$(AM_DEFAULT_VERBOSITY))
|
|||||||
am__v_XRELFO_0 = @echo " XRELFO " $@;
|
am__v_XRELFO_0 = @echo " XRELFO " $@;
|
||||||
am__v_XRELFO_1 =
|
am__v_XRELFO_1 =
|
||||||
|
|
||||||
if DEV_BUILD
|
|
||||||
XRELFO_FLAGS = -Wlog-format -Wlog-args
|
XRELFO_FLAGS = -Wlog-format -Wlog-args
|
||||||
else
|
|
||||||
XRELFO_FLAGS =
|
|
||||||
endif
|
|
||||||
|
|
||||||
SUFFIXES += .xref
|
SUFFIXES += .xref
|
||||||
%.xref: % $(CLIPPY)
|
%.xref: % $(CLIPPY)
|
||||||
|
Loading…
Reference in New Issue
Block a user