From 129ada5f7952dee7b1f3ae137967e5549d297134 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sat, 11 Mar 2017 14:12:36 +0100 Subject: [PATCH] (Makefile.travis) compile with -Wall -Wno-write-strings -Werror --- Makefile.travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.travis b/Makefile.travis index 1ceb8ae..18a3c08 100644 --- a/Makefile.travis +++ b/Makefile.travis @@ -13,7 +13,7 @@ install: build: phpize - ./configure + ./configure CXXFLAGS="-Wall -Wno-write-strings -Werror" $(MAKE) -j3 test: build