On 07/24/2013 03:36 PM, Patrick Ohly wrote:
The code does not compile cleanly with "-Werror -Wall". You
really
should start using that during development, for example in combination
with DK_ARG_ENABLE_WARNINGS() in configure.ac.
Yep, we're already using it with main daemon, but it was overlooked for
out of tree plugins. Fixed that now.
It can be a pain sometimes when compiling with different compiler
versions, but it helps to keep the code clean.
No real bugs were uncovered though :)
Alex