summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Gerecke <killertofu@gmail.com>2017-11-13 16:23:43 -0800
committerJason Gerecke <killertofu@gmail.com>2017-11-29 13:48:22 -0800
commit346c6392f48bf34484f45df5aa2425e90f9ecf30 (patch)
tree05e241a64834139fc026376366a00b5c41dccce2
parentb380cf93a448fa1636c413fff600a4869e6e7564 (diff)
downloadxf86-input-wacom-346c6392f48bf34484f45df5aa2425e90f9ecf30.tar.gz
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 <jason.gerecke@wacom.com> Reviewed-by: Ping Cheng <ping.cheng@wacom.com>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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`