-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Compile Warning: 'melatonin::internal::CachedShadows' has virtual functions but non-virtual destructor #70
Comments
What compiler is this with? (Not seeing this locally) Funny, I removed the explicit dtor because of this other warning when it was in place: |
I'm building a Xcode project using Xcode 15.4 exported from a JUCE 8.0.1 projucer project, with recommended compiler flags (in macOS exporter settings) enabled. Does this answer your question? |
Yes, thanks! We have compiler warnings on the repo, so I guess I need to go investigate why the tests didn't fail... |
@sudara adding the following code in CachedShadows makes it compile with zero warnings:
|
See #74 |
See title
The text was updated successfully, but these errors were encountered: