summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/qpid/broker/SelectorValue.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/broker/SelectorValue.cpp b/cpp/src/qpid/broker/SelectorValue.cpp
index de097b8969..0855fa91d0 100644
--- a/cpp/src/qpid/broker/SelectorValue.cpp
+++ b/cpp/src/qpid/broker/SelectorValue.cpp
@@ -100,6 +100,8 @@ NumericPairBase* promoteNumeric(const Value& v1, const Value& v2)
assert(false);
}
}
+ // Can never get here - but this stops a warning
+ return 0;
}
bool operator==(const Value& v1, const Value& v2)