From ca66a9882727821169536f8cdc8e2108492ea191 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Mon, 30 Jul 2018 16:21:47 -0400 Subject: Adding support for namespaces --- relocationhandler.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'relocationhandler.cpp') diff --git a/relocationhandler.cpp b/relocationhandler.cpp index 2f0cbbde..cda9bf0d 100644 --- a/relocationhandler.cpp +++ b/relocationhandler.cpp @@ -79,6 +79,9 @@ bool RelocationHandler::ApplyRelocationCallback(void* ctxt, BNBinaryView* view, bool RelocationHandler::GetRelocationInfo(Ref view, Ref arch, std::vector& result) { + (void)view; + (void)arch; + (void)result; return false; } -- cgit v1.3.1