From f02803284dbf0af85b0527a11f7449f2b6e69bf8 Mon Sep 17 00:00:00 2001 From: Kenneth Anthony Giusti Date: Wed, 19 Dec 2012 20:08:01 +0000 Subject: NO-JIRA: add explicit type for large constants git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1424072 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/amqp/descriptors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp') diff --git a/cpp/src/qpid/amqp/descriptors.h b/cpp/src/qpid/amqp/descriptors.h index b2616ed93a..19a8985433 100644 --- a/cpp/src/qpid/amqp/descriptors.h +++ b/cpp/src/qpid/amqp/descriptors.h @@ -79,8 +79,8 @@ namespace filters { const std::string LEGACY_DIRECT_FILTER_SYMBOL("apache.org:legacy-amqp-direct-binding:string"); const std::string LEGACY_TOPIC_FILTER_SYMBOL("apache.org:legacy-amqp-direct-binding:string"); -const uint64_t LEGACY_DIRECT_FILTER_CODE(0x0000468C00000000); -const uint64_t LEGACY_TOPIC_FILTER_CODE(0x0000468C00000001); +const uint64_t LEGACY_DIRECT_FILTER_CODE(0x0000468C00000000ULL); +const uint64_t LEGACY_TOPIC_FILTER_CODE(0x0000468C00000001ULL); } }} // namespace qpid::amqp -- cgit v1.2.1