shithub: choc

Download patch

ref: e326cd331eb5c4bfef220a54fc2fe527613ca147
parent: edd74056ba2a5f2dabf9b28352967d27e7c0ab49
author: Turo Lamminen <turotl@gmail.com>
date: Sat Jan 6 09:58:29 EST 2018

travis: Treat warnings as errors

--- a/.travis.sh
+++ b/.travis.sh
@@ -3,7 +3,7 @@
 if [ "$ANALYZE" = "true" ] ; then
 	cppcheck --error-exitcode=1 -j2 -UTESTING -Iopl -Isrc -Isrc/setup opl pcsound src textscreen > /dev/null
 else
-	./autogen.sh
+	./autogen.sh --enable-werror
 	make
 	make install DESTDIR=/tmp/whatever
 	make dist