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

examples/complicated: fix warnings, bump deprecated callback, tidy up #15785

Closed
wants to merge 20 commits into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Dec 20, 2024

Also: make them C89, add consts.

@vszakats
Copy link
Member Author

vszakats commented Dec 20, 2024

For this warning, I couldn't find a good fix:

synctime.c:327:39: warning: comparing floating-point with '==' or '!=' is unsafe [-Wfloat-equal]
  327 |     if((double)(tzonediffWord * 3600) == tzonediffFloat)
      |                                       ^~

@vszakats vszakats closed this in 37fb50a Dec 20, 2024
@vszakats vszakats deleted the examples-complicated-tidy branch December 20, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant