Open zyv opened 3 months ago
Thanks for pointing this out. A better way would be to fix the Perl scripts as I did in the fix-651 branch. I just need to review the generated code and make sure it doesn't do anything unexpected.
Hi Kevin,
Thanks for looking into it! Your approach of fixing the generator instead is, of course, a superior one. It's just that this type of Perl-fu is over my head, especially not being familiar with how the generator works. I understand what you did though, and it looks legit.
All the best, Yury
Any ideas when this is going to be included? It prevents us from building mc
with --enable-werror
...
I'm getting the following warnings on macOS:
I've only got a very superficial understanding of the interface generator, and with my changes, the C interface file now comes out clean. I didn't check any other languages. Appreciate your guidance if I did anything wrong.