mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 22:26:14 +00:00
Merge pull request #8559 from idryzhov/fix-printfrr-test-build
tests: fix build warning
This commit is contained in:
commit
ca4681d151
@ -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