From e6f9225b322802b746662fc9867fa2b661777969 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sun, 6 Dec 2020 11:27:56 +0500 Subject: [PATCH] Turn compiler warnings into errors --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ca679f..57f86c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,6 @@ compiler: script: - ./autogen.sh - - ./configure CFLAGS='-Wno-gnu-variable-sized-type-not-at-end' + - ./configure CFLAGS='-Werror -Wno-gnu-variable-sized-type-not-at-end' - make - make check