LALFrSeriesTest: result of comparison of unsigned enum expression < 0 is always false
With the latest clang development container we're getting the following failure:
CC LALFrSeriesTest.o
../../../../lalframe/test/LALFrSeriesTest.c:94:21: error: result of comparison of unsigned enum expression < 0 is always false [-Werror,-Wtautological-unsigned-enum-zero-compare]
if ( typecode < 0 )
~~~~~~~~ ^ ~
1 error generated.
Full log is here.