From 609469d5e44fc8707e8d477492bab55f8e32f6c4 Mon Sep 17 00:00:00 2001 From: Nicholas Van Sickle Date: Wed, 10 Nov 2021 14:08:59 -0800 Subject: [PATCH] Fix a couple build issues Signed-off-by: Nicholas Van Sickle --- .../AzCore/AzCore/DOM/Backends/JSON/JsonSerializationUtils.cpp | 2 +- Code/Framework/AzCore/AzCore/azcore_files.cmake | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Code/Framework/AzCore/AzCore/DOM/Backends/JSON/JsonSerializationUtils.cpp b/Code/Framework/AzCore/AzCore/DOM/Backends/JSON/JsonSerializationUtils.cpp index 302fd7bd63..aa0b24a5ad 100644 --- a/Code/Framework/AzCore/AzCore/DOM/Backends/JSON/JsonSerializationUtils.cpp +++ b/Code/Framework/AzCore/AzCore/DOM/Backends/JSON/JsonSerializationUtils.cpp @@ -219,7 +219,6 @@ namespace AZ::DOM::Json rapidjson::Document m_result; AZStd::deque m_entryStack; - AZ::u64 m_entryCount = 0; }; // @@ -490,6 +489,7 @@ namespace AZ::DOM::Json const char* Peek4() const { AZ_Assert(false, "Not implemented, encoding is hard-coded to UTF-8"); + return m_cursor; } char* m_cursor; //!< Current read position. diff --git a/Code/Framework/AzCore/AzCore/azcore_files.cmake b/Code/Framework/AzCore/AzCore/azcore_files.cmake index 54f2c9ecca..abb16d61a0 100644 --- a/Code/Framework/AzCore/AzCore/azcore_files.cmake +++ b/Code/Framework/AzCore/AzCore/azcore_files.cmake @@ -125,7 +125,6 @@ set(FILES Debug/TraceMessagesDrillerBus.h Debug/TraceReflection.cpp Debug/TraceReflection.h - DOM/DomAdapter.h DOM/DomBackend.cpp DOM/DomBackend.h DOM/DomBackendRegistry.cpp