Merge pull request #8559 from idryzhov/fix-printfrr-test-build

tests: fix build warning
This commit is contained in:
Mark Stapp 2021-04-29 10:12:44 -04:00 committed by GitHub
commit ca4681d151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; \