udf.c:14:1: error: no previous prototype for 'UDFbitand' [-Werror=missing-prototypes]
UDFbitand(flt *ret, lng*a, lng *b)
^
cc1: all warnings being treated as errors
Makefile:876: recipe for target 'lib_udf_la-udf.lo' failed
any ideas? thanks in advance.