From 4e9e0fb72d229110c0b3ccc57a4e6ae2e9396961 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 17 Oct 2019 11:04:48 -0400 Subject: Fix warning. --- binaryview.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'binaryview.cpp') 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; } } -- cgit v1.3.1