summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/DSCView.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2025-02-17 09:23:54 -0500
committerMason Reed <mason@vector35.com>2025-02-17 21:22:18 -0500
commit8e4f68bc6c141bb73ec28aca2cd2e00148750ad7 (patch)
treef91da31f5bd35235002556d8da1927421f806bed /view/sharedcache/core/DSCView.h
parent620588cf56e7409d707250a3e69342d789bea0bc (diff)
Don't fully initialize when in parseOnly mode
Diffstat (limited to 'view/sharedcache/core/DSCView.h')
-rw-r--r--view/sharedcache/core/DSCView.h2
1 files changed, 1 insertions, 1 deletions
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);