language: c compiler: - clang - gcc script: - ./autogen.sh - ./configure CFLAGS='-Werror -Wno-gnu-variable-sized-type-not-at-end' - make - make check