Fix a couple build issues
Signed-off-by: Nicholas Van Sickle <nvsickle@amazon.com>
This commit is contained in:
@@ -219,7 +219,6 @@ namespace AZ::DOM::Json
|
||||
|
||||
rapidjson::Document m_result;
|
||||
AZStd::deque<ValueInfo> 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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user