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

Suppress non-virtual dtor error on IAudioClient3 #223

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

salianifo
Copy link

When running scons dev_mode=yes using the MinGW compiler, the following error is produced:
'struct IAudioClient3' has virtual functions and accessible non-virtual destructor [-Werror=non-virtual-dtor]
This error is due to MinGW not understanding how Windows COM interfaces are used, and cannot be fixed on our end as it requires modifying Windows header files. This PR suppresses this error.

@jss2a98aj jss2a98aj merged commit 85845ba into blazium-engine:blazium-dev Jan 9, 2025
22 checks passed
@salianifo salianifo deleted the error-suppression branch January 9, 2025 16:49
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.

4 participants