From e3c5cc83b7b11eff0384f1f96e6e901e3993955e Mon Sep 17 00:00:00 2001 From: Stan Date: Thu, 31 Dec 2020 11:07:10 +0000 Subject: [PATCH] Fix oversight in 0d28281485 This was SVN commit r24482. --- source/third_party/jsonspirit/json_spirit_value.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/third_party/jsonspirit/json_spirit_value.h b/source/third_party/jsonspirit/json_spirit_value.h index 8692cd2e3d..c26fa5d320 100644 --- a/source/third_party/jsonspirit/json_spirit_value.h +++ b/source/third_party/jsonspirit/json_spirit_value.h @@ -8,6 +8,7 @@ #if defined(_MSC_VER) && (_MSC_VER >= 1020) # pragma once +# pragma warning(disable: 4505) // Unreferenced function has been removed. #endif #include @@ -23,9 +24,9 @@ // comment out the value types you don't need to reduce build times and intermediate file sizes #define JSON_SPIRIT_VALUE_ENABLED -#define JSON_SPIRIT_WVALUE_ENABLED -#define JSON_SPIRIT_MVALUE_ENABLED -#define JSON_SPIRIT_WMVALUE_ENABLED +//#define JSON_SPIRIT_WVALUE_ENABLED +//#define JSON_SPIRIT_MVALUE_ENABLED +//#define JSON_SPIRIT_WMVALUE_ENABLED namespace json_spirit {