We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bade77 commit 409c971Copy full SHA for 409c971
1 file changed
Jenkinsfile
@@ -416,7 +416,7 @@ pipeline {
416
unstash 'MathSetup'
417
script {
418
sh "echo O=0 > make/local"
419
- sh "echo CXX=${CLANG_CXX} -Werror >> make/local"
+ sh "echo CXX=${CLANG_CXX} -Werror -Wno-deprecated-declarations >> make/local"
420
sh "python ./test/code_generator_test.py"
421
sh "python ./test/signature_parser_test.py"
422
sh "python ./test/statement_types_test.py"
0 commit comments