martincameron / micromod

Music player libraries for MOD, S3M and XM formats.
BSD 3-Clause "New" or "Revised" License
159 stars 28 forks source link

Fixes Clang warnings #14

Closed Digipom closed 1 year ago

Digipom commented 6 years ago

Fixes "This function declaration is not a prototype"

martincameron commented 6 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

Patch Links:

— 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 .

v1993 commented 5 years ago

@martincameron Is there any progress on it?