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

Replace C-style casts with C++ casts #404

Merged
merged 15 commits into from
Feb 23, 2024

Conversation

DominykasPetke
Copy link

Added

  • Compiler warnings when a C-style cast is used in C++ code

Changed

  • Replaced all C-style casts with C++ casts
  • Replaced functional-style casts with proper C++ casts
  • Cleaned up unnecessary casts
  • Renamed 3 files to show they they are C++. not C

src/oglGraph/GLFont.cpp Outdated Show resolved Hide resolved
src/CMakeLists.txt Show resolved Hide resolved
@rjonaitis rjonaitis merged commit 4f38d26 into myriadrf:litepcie-update Feb 23, 2024
5 checks passed
@DominykasPetke DominykasPetke deleted the litepcie-update-c-casts branch February 23, 2024 08:33
DominykasPetke pushed a commit to Matom-ai/LimeSuite that referenced this pull request Mar 28, 2024
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