Skip to content

chore: suppress more warnings on Windows #2173

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

Merged
merged 2 commits into from
Mar 25, 2025
Merged

chore: suppress more warnings on Windows #2173

merged 2 commits into from
Mar 25, 2025

Conversation

vansangpfiev
Copy link
Contributor

Describe Your Changes

This pull request includes several changes aimed at simplifying the codebase and improving exception handling. The most important changes involve standardizing the C++ version used across projects, updating exception handling, and refactoring utility functions.

Standardization of C++ Version:

  • engine/CMakeLists.txt: Removed conditional checks for C++ features and set the C++ standard to 17 unconditionally.
  • engine/cli/CMakeLists.txt: Removed conditional checks for C++ features and set the C++ standard to 17 unconditionally.

Exception Handling Improvements:

Utility Function Refactoring:

Fixes Issues

  • Closes #
  • Closes #

Self Checklist

  • Added relevant comments, esp in complex areas
  • Updated docs (for bug fixes / features)
  • Created issues for follow-up changes or refactoring needed

@vansangpfiev vansangpfiev marked this pull request as ready for review March 25, 2025 02:22
Copy link
Contributor

@qnixsynapse qnixsynapse left a comment

Choose a reason for hiding this comment

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

LGTM

@vansangpfiev vansangpfiev merged commit 262fb1f into dev Mar 25, 2025
15 of 16 checks passed
@vansangpfiev vansangpfiev deleted the s/chore/cpp17 branch March 25, 2025 03:20
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