mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 05:36:37 +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) \
|
||||
({ \
|
||||
typeof(expr) _v; \
|
||||
FMT_NSTD_BEGIN \
|
||||
typeof(expr) _v; \
|
||||
_v = expr; \
|
||||
FMT_NSTD_END \
|
||||
_v; \
|
||||
|
Loading…
Reference in New Issue
Block a user