From d351ed3a6a2fbbdb9d0564ecacd958129c9d8e3d Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Fri, 10 Dec 2021 21:38:12 +0800 Subject: [PATCH] fix msvc build faile Signed-off-by: Jerry Yu --- scripts/data_files/query_config.fmt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/data_files/query_config.fmt b/scripts/data_files/query_config.fmt index 61dc690caa..cf22635b7e 100644 --- a/scripts/data_files/query_config.fmt +++ b/scripts/data_files/query_config.fmt @@ -117,7 +117,7 @@ #define STRINGIFY(macro) #macro #define OUTPUT_MACRO_NAME_VALUE(macro) mbedtls_printf( #macro "%s\n", \ - STRINGIFY(macro)[0] != 0 ? "=" STRINGIFY(macro) : "" ) + ( STRINGIFY(macro) "" )[0] != 0 ? "=" STRINGIFY(macro) : "" ) #if defined(_MSC_VER) /*