From 5643a727ea5b423dd91d0ebe430dc6314cbbaae1 Mon Sep 17 00:00:00 2001 From: Simon Marchetto Date: Mon, 21 Jul 2014 14:53:57 +0200 Subject: [PATCH] scilab: set travis warning options --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 68dc91e8e..cf918d52e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,6 +44,7 @@ before_install: ["python"]="-Werror -std=gnu89 -fdiagnostics-show-option -Wno-long-long -Wreturn-type" ["ruby"]="-Werror -std=gnu89 -fdiagnostics-show-option -Wno-long-long -Wreturn-type" ["tcl"]="-Werror -std=gnu89 -fdiagnostics-show-option -Wno-long-long -Wreturn-type" + ["scilab"]="-Werror -std=gnu89 -fdiagnostics-show-option -Wno-long-long -Wreturn-type -w720" ) - declare -A CXXFLAGS_EXAMPLES && CXXFLAGS_EXAMPLES=( ["csharp"]="-Werror -std=c++98 -fdiagnostics-show-option -pedantic -Wno-long-long -Wreturn-type" @@ -58,6 +59,7 @@ before_install: ["python"]="-Werror -std=c++98 -fdiagnostics-show-option -pedantic -Wno-long-long -Wreturn-type" ["ruby"]="-Werror -std=c++98 -fdiagnostics-show-option -pedantic -Wno-long-long -Wreturn-type" ["tcl"]="-Werror -std=c++98 -fdiagnostics-show-option -Wno-long-long -Wreturn-type" + ["scilab"]="-Werror -std=c++98 -fdiagnostics-show-option -Wno-long-long -Wreturn-type -w720" ) - $CC --version - $CXX --version