File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 -Wno-deprecated-declarations >> make/local"
419+ sh " echo CXX=${ CLANG_CXX} -Werror >> 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"
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ endif
196196CXXFLAGS_OS += -D_REENTRANT
197197
198198## silence warnings occuring due to the TBB and Eigen libraries
199- CXXFLAGS_WARNINGS += -Wno-ignored-attributes
199+ CXXFLAGS_WARNINGS += -Wno-ignored-attributes -Wno-deprecated-declarations
200200
201201################################################################################
202202# Setup OpenCL
You can’t perform that action at this time.
0 commit comments