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

[minor] Fixing some warnings #74

Merged
merged 2 commits into from
May 17, 2019
Merged

[minor] Fixing some warnings #74

merged 2 commits into from
May 17, 2019

Conversation

dhavalshreyas
Copy link
Contributor

What did you change and why?

Fixing some Xcode warnings.

Potential risks introduced?

None

What tests were performed (include steps)?

Compile and tests.

Checklist

  • Unit/UI tests have been written (if necessary)
  • Manually tested

Copy link

@rvanmelle rvanmelle left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -243,7 +243,7 @@ private extension NTPConnection {
return
}

let packet = data.withUnsafeBytes { $0.pointee as ntp_packet_t }.nativeEndian
let packet = data.withUnsafeBytes { $0.load(as: ntp_packet_t.self) }.nativeEndian

Choose a reason for hiding this comment

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

have never used load(as: ... so ... sure!

@dhavalshreyas dhavalshreyas merged commit fe6928e into master May 17, 2019
@dhavalshreyas dhavalshreyas deleted the dhaval/fixWarnings branch May 17, 2019 01:18
@Ariandr
Copy link

Ariandr commented May 17, 2019

@dhavalshreyas @rvanmelle
Hello guys, could you please update the pod to include these changes? Even the version 5.0.1 hasn't been released as a pod yet.
Thanks.

@fddecc
Copy link
Contributor

fddecc commented May 17, 2019

@Ariandr as explained in #58, we are in the process of transferring pod ownership. Once that is completed, pod will be updated.

@Ariandr
Copy link

Ariandr commented May 17, 2019

@00FA9A
Okay, thank you!

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.

4 participants