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

Fixed various compilation warnings on mac #481

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Fixed various compilation warnings on mac #481

merged 1 commit into from
Jul 10, 2024

Conversation

ad3154
Copy link
Member

@ad3154 ad3154 commented Jul 8, 2024

Describe your changes

  • Increased size of milliseconds in time/date interface which could have been truncated.
  • Removed some unused variables.
  • Added some missing "override" keywords.
  • Replaced "0b" with hex, since 0b is a C++14 extension.

How has this been tested?

Unit tests still OK, compiled on mac to check for fewer warnings.

Increased size of milliseconds in time/date interface which could have been truncated.
Removed some unused variables.
Added some missing "override" keywords.
Replaced "0b" with hex, since 0b is a C++14 extension.
@ad3154 ad3154 added the enhancement New feature or request label Jul 8, 2024
@ad3154 ad3154 requested a review from GwnDaan July 8, 2024 23:01
@ad3154 ad3154 self-assigned this Jul 8, 2024
Copy link

sonarcloud bot commented Jul 8, 2024

@ad3154 ad3154 merged commit c44ce96 into main Jul 10, 2024
10 checks passed
@ad3154 ad3154 deleted the adrian/warnings branch July 10, 2024 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants