Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warning when converting string to Time_t. #2399

Merged
merged 1 commit into from
Jan 12, 2022

Conversation

clalancette
Copy link
Contributor

The Time_t nanosec() method requires a uint32_t to be passed in.
But the previous code was using an int32_t for the nanoseconds,
which was causing a warning in some compilers. Fix this by
using a uint32_t for the nano variable.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

Note that I targeted this at the 2.3.x branch, which is where I noticed it (using ROS 2 Rolling). I'm happy to retarget it to master if preferred (though I'll then ask for a backport to 2.3.x).

The Time_t nanosec() method requires a uint32_t to be passed in.
But the previous code was using an int32_t for the nanoseconds,
which was causing a warning in some compilers.  Fix this by
using a uint32_t for the nano variable.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@MiguelCompany
Copy link
Member

@Mergifyio backport 2.4.x master

Copy link
Member

@MiguelCompany MiguelCompany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mergify
Copy link
Contributor

mergify bot commented Jan 11, 2022

backport 2.4.x master

🟠 Waiting for conditions to match

  • merged [:pushpin: backport requirement]

@MiguelCompany
Copy link
Member

Failures are unrelated.

@MiguelCompany MiguelCompany merged commit b5f7fbf into eProsima:2.3.x Jan 12, 2022
mergify bot pushed a commit that referenced this pull request Jan 12, 2022
The Time_t nanosec() method requires a uint32_t to be passed in.
But the previous code was using an int32_t for the nanoseconds,
which was causing a warning in some compilers.  Fix this by
using a uint32_t for the nano variable.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
(cherry picked from commit b5f7fbf)
@MiguelCompany
Copy link
Member

Thank you @clalancette for your contribution

mergify bot pushed a commit that referenced this pull request Jan 12, 2022
The Time_t nanosec() method requires a uint32_t to be passed in.
But the previous code was using an int32_t for the nanoseconds,
which was causing a warning in some compilers.  Fix this by
using a uint32_t for the nano variable.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
(cherry picked from commit b5f7fbf)
@mergify
Copy link
Contributor

mergify bot commented Jan 12, 2022

backport 2.4.x master

✅ Backports have been created

@MiguelCompany
Copy link
Member

@Mergifyio backport 2.1.x

mergify bot pushed a commit that referenced this pull request Jan 12, 2022
The Time_t nanosec() method requires a uint32_t to be passed in.
But the previous code was using an int32_t for the nanoseconds,
which was causing a warning in some compilers.  Fix this by
using a uint32_t for the nano variable.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
(cherry picked from commit b5f7fbf)
@mergify
Copy link
Contributor

mergify bot commented Jan 12, 2022

backport 2.1.x

✅ Backports have been created

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants