Scilab warnings as errors now fully turned on in Travis testing

This commit is contained in:
William S Fulton 2016-03-12 12:13:44 +00:00
commit 0075f4fff4

View file

@ -47,7 +47,7 @@ def get_cxxflags(language, std, compiler):
"python":"-Werror " + cxx_common,
"r":"-Werror " + cxx_common,
"ruby":"-Werror " + cxx_common,
"scilab": cxx_common,
"scilab":"-Werror " + cxx_common,
"tcl":"-Werror " + cxx_common,
}
if compiler == 'clang':