swh / ladspa

The SWH Plugins package for the LADSPA plugin system
http://plugin.org.uk/
GNU General Public License v2.0
229 stars 52 forks source link

Fix Clang 3.8.1 warnings #44

Closed jasp00 closed 7 years ago

jasp00 commented 7 years ago

This request deals with these Clang warnings:

I add a shell function to configure.ac to check compiler options, but you may want to use AX_CHECK_COMPILE_FLAG from the Autoconf archive instead. In the XML files, I use an attribute to flag a list of unused variables.

swh commented 7 years ago

Thanks, merged