summaryrefslogtreecommitdiff
path: root/view/elf
diff options
context:
space:
mode:
authorAlexander Taylor <alex@vector35.com>2025-05-28 00:10:51 -0400
committerAlexander Taylor <alex@vector35.com>2025-06-25 18:36:48 -0400
commit8a4dafc1b6ea114a30844dd153de2714d2d286f9 (patch)
treec6a6fa1c60e420c1ceb8577d4e2f79bb9133b55a /view/elf
parent0838242066437a04e3aa3417cab703cc071adde6 (diff)
Fix cxx20 compiler warnings.
Diffstat (limited to 'view/elf')
-rw-r--r--view/elf/elfview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/elf/elfview.cpp b/view/elf/elfview.cpp
index b8dd1aaa..25e00152 100644
--- a/view/elf/elfview.cpp
+++ b/view/elf/elfview.cpp
@@ -2511,7 +2511,7 @@ void ElfView::DefineElfSymbol(BNSymbolType type, const string& incomingName, uin
if (gotEntry)
m_gotEntryLocations.emplace(addr);
- auto process = [=]() {
+ auto process = [=, this]() {
NameSpace nameSpace = GetInternalNameSpace();
if (type == ExternalSymbol)
{