From 8e4f68bc6c141bb73ec28aca2cd2e00148750ad7 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Mon, 17 Feb 2025 09:23:54 -0500 Subject: Don't fully initialize when in parseOnly mode --- view/sharedcache/core/DSCView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/sharedcache/core/DSCView.h') diff --git a/view/sharedcache/core/DSCView.h b/view/sharedcache/core/DSCView.h index d47dc179..bde2f7c2 100644 --- a/view/sharedcache/core/DSCView.h +++ b/view/sharedcache/core/DSCView.h @@ -9,7 +9,7 @@ class DSCView : public BinaryNinja::BinaryView { - [[maybe_unused]] bool m_parseOnly; + bool m_parseOnly; public: DSCView(const std::string &typeName, BinaryView *data, bool parseOnly = false); -- cgit v1.3.1