NO-JIRA: Even better way to get an all binary 1s unsigned (!)
Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/8000c479 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/8000c479 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/8000c479 Branch: refs/heads/kgiusti-python3 Commit: 8000c4797ea971f89df5f1aadab835f0375df739 Parents: fd26ec6 Author: Andrew Stitcher <[email protected]> Authored: Wed Apr 22 13:48:01 2015 -0400 Committer: Andrew Stitcher <[email protected]> Committed: Wed Apr 22 13:48:57 2015 -0400 ---------------------------------------------------------------------- proton-c/include/proton/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/8000c479/proton-c/include/proton/types.h ---------------------------------------------------------------------- diff --git a/proton-c/include/proton/types.h b/proton-c/include/proton/types.h index f516b13..9e0ea18 100644 --- a/proton-c/include/proton/types.h +++ b/proton-c/include/proton/types.h @@ -45,7 +45,7 @@ extern "C" { typedef int32_t pn_sequence_t; typedef uint32_t pn_millis_t; -#define PN_MILLIS_MAX (~0) +#define PN_MILLIS_MAX (~0U) typedef uint32_t pn_seconds_t; typedef int64_t pn_timestamp_t; typedef uint32_t pn_char_t; --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
