summaryrefslogtreecommitdiff
path: root/view/sharedcache/core/DSCView.h
diff options
context:
space:
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);