You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kg...@apache.org on 2012/12/19 21:08:01 UTC

svn commit: r1424072 - /qpid/trunk/qpid/cpp/src/qpid/amqp/descriptors.h

Author: kgiusti
Date: Wed Dec 19 20:08:01 2012
New Revision: 1424072

URL: http://svn.apache.org/viewvc?rev=1424072&view=rev
Log:
NO-JIRA: add explicit type for large constants

Modified:
    qpid/trunk/qpid/cpp/src/qpid/amqp/descriptors.h

Modified: qpid/trunk/qpid/cpp/src/qpid/amqp/descriptors.h
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/qpid/amqp/descriptors.h?rev=1424072&r1=1424071&r2=1424072&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/qpid/amqp/descriptors.h (original)
+++ qpid/trunk/qpid/cpp/src/qpid/amqp/descriptors.h Wed Dec 19 20:08:01 2012
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org