Code

Use -Wno-sign-conversion on Travis.
authorSebastian Harl <sh@tokkee.org>
Sat, 21 Dec 2013 18:30:04 +0000 (19:30 +0100)
committerSebastian Harl <sh@tokkee.org>
Sat, 21 Dec 2013 18:30:04 +0000 (19:30 +0100)
GNU libc, as used on the current test machines, would else provoke an error in
the expansion of FD_SET.

.travis.yml

index d8cc59f4cf71d66bfeccb4ae864796e2ca3b09e8..b227ad6d084fac1ae1b02fbef45e2a68ea873ead 100644 (file)
@@ -9,7 +9,7 @@ install:
   - sudo apt-get install -qq libdbi-dev libedit-dev libltdl-dev
 before_script:
   - ./autogen.sh
-script: ./configure && make && make test
+script: ./configure CFLAGS="-Wno-sign-conversion" && make && make test
 branches:
   only:
     - master