strophe / libstrophe

A simple, lightweight C library for writing XMPP clients
http://strophe.im/libstrophe
Other
401 stars 163 forks source link

Remove -Wno-unused-parameter #147

Closed dissabte closed 4 years ago

dissabte commented 4 years ago

Introduced UNUSED macro with cast to void in commoh.h for internal use. Used cast to void directly in those files which do not include common.h. Although this change doesn't fix semantic issues with unused function parameters, it does explicitly mark all those places, which might require attention in future.

pasis commented 4 years ago

Thank you for the patch. Please, fix the following:

pasis commented 4 years ago

Merged with the described fixes. See 198bdd77d038e6116d9e0090ac204b40b73232a2 .