summaryrefslogtreecommitdiff
path: root/relocationhandler.cpp
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2018-07-30 16:21:47 -0400
committerPeter LaFosse <peter@vector35.com>2018-07-30 16:21:47 -0400
commitca66a9882727821169536f8cdc8e2108492ea191 (patch)
tree959e08e408483071c02b913beb488c78e2d4ae35 /relocationhandler.cpp
parent30bbb5a8a18183e8e7921ddd047c4cdd14c360ea (diff)
Adding support for namespaces
Diffstat (limited to 'relocationhandler.cpp')
-rw-r--r--relocationhandler.cpp3
1 files changed, 3 insertions, 0 deletions
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<BinaryView> view, Ref<Architecture> arch, std::vector<BNRelocationInfo>& result)
{
+ (void)view;
+ (void)arch;
+ (void)result;
return false;
}