diff options
Diffstat (limited to 'deps/v8/tools/v8windbg/src/v8-debug-helper-interop.cc')
-rw-r--r-- | deps/v8/tools/v8windbg/src/v8-debug-helper-interop.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/tools/v8windbg/src/v8-debug-helper-interop.cc b/deps/v8/tools/v8windbg/src/v8-debug-helper-interop.cc index 74d0a9df26..4433034237 100644 --- a/deps/v8/tools/v8windbg/src/v8-debug-helper-interop.cc +++ b/deps/v8/tools/v8windbg/src/v8-debug-helper-interop.cc @@ -16,7 +16,7 @@ namespace d = v8::debug_helper; // We need a plain C function pointer for interop with v8_debug_helper. We can // use this to get one as long as we never need two at once. -class MemReaderScope { +class V8_NODISCARD MemReaderScope { public: explicit MemReaderScope(WRL::ComPtr<IDebugHostContext> sp_context) : sp_context_(sp_context) { |