Closed Digipom closed 2 years ago
Thanks a lot! Neither GCC nor the ancient DICE complains about this, It looks like a no-arg forward declaration is assumed to mean "any number of args".
I've sneaked this in with a patch to add a gain control.
Cheers, Martin
On 19 June 2018 at 00:07, Digipom notifications@github.com wrote:
Fixes "This function declaration is not a prototype"
You can view, comment on, or merge this pull request online at:
https://github.com/martincameron/micromod/pull/14 Commit Summary
- Fixes Clang warnings
File Changes
- M micromod-c/micromod.h https://github.com/martincameron/micromod/pull/14/files#diff-0 (4)
Patch Links:
- https://github.com/martincameron/micromod/pull/14.patch
- https://github.com/martincameron/micromod/pull/14.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/martincameron/micromod/pull/14, or mute the thread https://github.com/notifications/unsubscribe-auth/ALFO0pRmdL92oJ8Dr_YXGGiq6t2sl5uKks5t-DKfgaJpZM4Usm6D .
@martincameron Is there any progress on it?
Fixes "This function declaration is not a prototype"