Scilab warnings as errors now fully turned on in Travis testing
This commit is contained in:
parent
6aebe9ad65
commit
0075f4fff4
1 changed files with 1 additions and 1 deletions
|
|
@ -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':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue