diff options
Diffstat (limited to 'view/sharedcache/core/DSCView.h')
| -rw-r--r-- | view/sharedcache/core/DSCView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/sharedcache/core/DSCView.h b/view/sharedcache/core/DSCView.h index bde2f7c2..d47dc179 100644 --- a/view/sharedcache/core/DSCView.h +++ b/view/sharedcache/core/DSCView.h @@ -9,7 +9,7 @@ class DSCView : public BinaryNinja::BinaryView { - bool m_parseOnly; + [[maybe_unused]] bool m_parseOnly; public: DSCView(const std::string &typeName, BinaryView *data, bool parseOnly = false); |
