Skip to content

Commit 409c971

Browse files
committed
Ignore Eigen deprecation warning in expression tests
1 parent 2bade77 commit 409c971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ pipeline {
416416
unstash 'MathSetup'
417417
script {
418418
sh "echo O=0 > make/local"
419-
sh "echo CXX=${CLANG_CXX} -Werror >> make/local"
419+
sh "echo CXX=${CLANG_CXX} -Werror -Wno-deprecated-declarations >> make/local"
420420
sh "python ./test/code_generator_test.py"
421421
sh "python ./test/signature_parser_test.py"
422422
sh "python ./test/statement_types_test.py"

0 commit comments

Comments
 (0)