mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-30 08:44:14 +00:00
tests: fix build warning
FMT_NSTD_BEGIN should be before the first use of "expr". Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
d8c3daca19
commit
faaa943137
@ -305,8 +305,8 @@ struct va_format {
|
|||||||
|
|
||||||
#define FMT_NSTD(expr) \
|
#define FMT_NSTD(expr) \
|
||||||
({ \
|
({ \
|
||||||
typeof(expr) _v; \
|
|
||||||
FMT_NSTD_BEGIN \
|
FMT_NSTD_BEGIN \
|
||||||
|
typeof(expr) _v; \
|
||||||
_v = expr; \
|
_v = expr; \
|
||||||
FMT_NSTD_END \
|
FMT_NSTD_END \
|
||||||
_v; \
|
_v; \
|
||||||
|
Loading…
Reference in New Issue
Block a user