From bc9a0227a68bcc4841d95e9e868c52904d12d1c7 Mon Sep 17 00:00:00 2001 From: CJ Cobb Date: Fri, 1 Oct 2021 14:42:10 -0400 Subject: [PATCH] fix warning about accountTxSchema --- src/backend/Pg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/Pg.cpp b/src/backend/Pg.cpp index 3d374426d..33290d55d 100644 --- a/src/backend/Pg.cpp +++ b/src/backend/Pg.cpp @@ -1125,7 +1125,7 @@ $$ LANGUAGE plpgsql; // , R"(Full idempotent text of schema version n)" }; -static constexpr char* accountTxSchema = R"( +static constexpr char const* accountTxSchema = R"( -- account_tx() RPC helper. From the rippled reporting process, only the -- parameters without defaults are required. For the parameters with