On 02.10.18 13:05, Juha Heinanen wrote:
Floimair Florian writes:
I think your mail was intended for the baresip mailing list. There is no baresip.c in Kamailio
I just wanted to check if it is really so that clang doesn't generate unused compiler warnings. Any C source is OK for that test and I just happened to have baresip.c around.
clang does not produce unused var warnings without -Wunused-variable, which means that that flag needs to be added to K Makefile.
To close this: the compile flag was added to Makefile for clang compiler.
Cheers, Daniel