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

fix: ignore deprecation warnings #83

Merged
merged 1 commit into from
Jan 11, 2025
Merged

Conversation

kevmo314
Copy link
Owner

@kevmo314 kevmo314 commented Jan 11, 2025

Fixes #82

Add -Wno-deprecated-declarations flag to suppress deprecation warnings.

  • CMakeLists.txt
    • Add -Wno-deprecated-declarations flag to target_compile_options for SERVER_OUTPUT
    • Add -Wno-deprecated-declarations flag to target_compile_options for CLIENT_OUTPUT

For more details, open the Copilot Workspace session.

Fixes #82

Add `-Wno-deprecated-declarations` flag to suppress deprecation warnings.

* **CMakeLists.txt**
  - Add `-Wno-deprecated-declarations` flag to `target_compile_options` for `SERVER_OUTPUT`
  - Add `-Wno-deprecated-declarations` flag to `target_compile_options` for `CLIENT_OUTPUT`

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/kevmo314/scuda/issues/82?shareId=XXXX-XXXX-XXXX-XXXX).
@kevmo314 kevmo314 merged commit 4418ca0 into main Jan 11, 2025
2 checks passed
@kevmo314 kevmo314 deleted the ignore-deprecation-warnings branch January 11, 2025 16:23
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.

Ignore deprecation warnings
1 participant