summaryrefslogtreecommitdiff
path: root/relocationhandler.cpp
diff options
context:
space:
mode:
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;
}