summaryrefslogtreecommitdiff
path: root/lang/solidity/files/patch-libsolutil_JSON.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lang/solidity/files/patch-libsolutil_JSON.cpp')
-rw-r--r--lang/solidity/files/patch-libsolutil_JSON.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/solidity/files/patch-libsolutil_JSON.cpp b/lang/solidity/files/patch-libsolutil_JSON.cpp
index c38d13c70f65..c9933c5f93ed 100644
--- a/lang/solidity/files/patch-libsolutil_JSON.cpp
+++ b/lang/solidity/files/patch-libsolutil_JSON.cpp
@@ -6,8 +6,8 @@
+/*
static_assert(
- (JSONCPP_VERSION_MAJOR == 1) && (JSONCPP_VERSION_MINOR == 9) && (JSONCPP_VERSION_PATCH == 2),
- "Unexpected jsoncpp version: " JSONCPP_VERSION_STRING ". Expecting 1.9.2."
+ (JSONCPP_VERSION_MAJOR == 1) && (JSONCPP_VERSION_MINOR == 9) && (JSONCPP_VERSION_PATCH == 3),
+ "Unexpected jsoncpp version: " JSONCPP_VERSION_STRING ". Expecting 1.9.3."
);
+*/