From 838d797aa28f73200fcd7de5efc3edf91760c4f2 Mon Sep 17 00:00:00 2001 From: "Yury V. Zaytsev" Date: Sun, 18 Oct 2015 14:31:58 +0200 Subject: [PATCH] maint: temporarily disable -Werror=shadow Signed-off-by: Yury V. Zaytsev --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a2ca30817..aa43c3fc9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: c sudo: true +env: + - CFLAGS=-Wno-error=shadow + install: - sudo apt-get update -qq - sudo apt-get install -y autoconf gettext autopoint libtool check