From c5edc003b1c0667c936c2ba3a278821da28c3b42 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 11 Feb 2025 21:56:13 -0500 Subject: [SharedCache] Fix misc compiler warnings These are from clang so there are still a bunch of warnings on GCC and MSVC --- 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 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); -- cgit v1.3.1