On Fri, 4 Mar 2005 12:03:43 -0500, linux-audio-user-request wrote
Those lines are in the ladspa.h file. The proper
solution
to the problem is to cast all values with (const etc.) in the plugin.
I didn't bother doing that, I thought the warnings were
harmless when I wrote the plugin. Guess gcc isn't what
it once was...
Thanks, Kjetil, Steve.