From b54b53142a0f05fa1697efd67e48a45c64bc5dd5 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 b22474ac2..8b0057cb0 100644 --- a/scripts/data_files/query_config.fmt +++ b/scripts/data_files/query_config.fmt @@ -101,7 +101,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) /*