Skip to content

Commit

Permalink
iox-#14 add U postfix to literals
Browse files Browse the repository at this point in the history
Signed-off-by: Mathias Kraus <[email protected]>
  • Loading branch information
elBoberido committed Dec 16, 2020
1 parent 344bf52 commit 2ba9ecc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class PortIntrospection
using TimePointNs_t = mepoo::TimePointNs_t;
using DurationNs_t = mepoo::DurationNs_t;
TimePointNs_t m_sequenceNumberTimestamp {DurationNs_t(0)};
mepoo::SequenceNumber_t m_sequenceNumber{0};
mepoo::SequenceNumber_t m_sequenceNumber{0U};

// map from indices to object pointers
std::map<int, ConnectionInfo*> connectionMap;
Expand Down

0 comments on commit 2ba9ecc

Please sign in to comment.