Open larsbrinkhoff opened 1 year ago
I'm not sure about the warning about log
. It looks like the standard function should only be declared if \log
is declared early.
The three warnings about operator precedence look like actual concerns. The less-than expression is used as a mask, which is probably not intended.
writen
is defined in util.c so it's just a matter of adding a declaration somewhere.
GCC versions 5.4 and 11.3 also complain about log
, so I guess it really is a built in function per the C standard.
@eswenson1 discovered some errors and warnings building tv11 on Mac. Presumably this uses a recent version of clang we may not have encountered before.