From 346c6392f48bf34484f45df5aa2425e90f9ecf30 Mon Sep 17 00:00:00 2001 From: Jason Gerecke Date: Mon, 13 Nov 2017 16:23:43 -0800 Subject: Remove no-longer-necessary "Wno-error" exceptions from Travis The missing-field-initializers cast-qual warnings had to be excepted out from the Travis build since code in xsetwacom would trigger them. These issues have been resolved by the last two commits, allowing us to remove the exceptions. Signed-off-by: Jason Gerecke Reviewed-by: Ping Cheng --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 864b7cd..eb27e4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ addons: - libudev-dev env: - - CFLAGS="-Werror -Wall -Wextra -Wno-error=sign-compare -Wno-error=unused-parameter -Wno-error=missing-field-initializers -Wno-error=cast-qual" + - CFLAGS="-Werror -Wall -Wextra -Wno-error=sign-compare -Wno-error=unused-parameter" script: # We don't want our CFLAGS (especially -Werror) to apply at `configure` -- cgit v1.2.1