-
-
Notifications
You must be signed in to change notification settings - Fork 267
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
-Woverloaded-virtual triggers #586
Comments
Yes, it is a false positive. Root cause is the DMD frontend source which is compiled with almost no warnings enabled. In contrast, the genuine LDC parts are compiled with |
I'd prefer to fix these bugs once and for all in the upstream source, though. Then again, since the frontend is going to be switched to D eventually… |
What I originally planned to do was to add in pairs warning enabling/disabling pragmas around the DMD includes in all the LDC source files. |
I also thought to do this.... |
Is there any point in keeping this open? |
Not really. |
Have noticed while repackaging last release there there are lot of warnings printed like this:
It looks like effectively a false positive because parameter sets are different but you may want to do something with flooding the compilation log :)
The text was updated successfully, but these errors were encountered: