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

Clean up some compiler warnings in AGG #99

Merged
merged 3 commits into from
Mar 24, 2021
Merged

Clean up some compiler warnings in AGG #99

merged 3 commits into from
Mar 24, 2021

Conversation

jwiggins
Copy link
Member

  • Removed register storage class specifiers since they're deprecated in C++17
  • Reordered the initializer list of agg::trans_double_path to match the class' declaration order
  • Added some (int) casts to comparisons between signed and unsigned values in the FreeType code

@jwiggins jwiggins merged commit 85a4785 into main Mar 24, 2021
@jwiggins jwiggins deleted the maint/cpp-warnings branch March 24, 2021 17:14
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.

1 participant