summaryrefslogtreecommitdiff
path: root/binaryview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'binaryview.cpp')
-rw-r--r--binaryview.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryview.cpp b/binaryview.cpp
index 5cec7b10..51e80553 100644
--- a/binaryview.cpp
+++ b/binaryview.cpp
@@ -545,6 +545,8 @@ bool TagReference::operator==(const TagReference& other) const
return func == other.func;
case DataTagReference:
return addr == other.addr;
+ default:
+ return false;
}
}