Clang gives this warning for the universal initializer `={0}`:
https://bugs.llvm.org/show_bug.cgi?id=21689
Signed-off-by: Oleg Oshmyan <chortos@inbox.lv>
AM_CFLAGS = -std=gnu99 -Wall -Wextra -Wno-sign-compare -Wno-unused-parameter \
-Werror-implicit-function-declaration -Wstrict-prototypes \
- -Wpointer-arith -Wredundant-decls -D_GNU_SOURCE
+ -Wpointer-arith -Wredundant-decls -Wno-missing-field-initializers\
+ -D_GNU_SOURCE
LIBASS_LT_CURRENT = 9
LIBASS_LT_REVISION = 1