Skip to content

Commit 6220f14

Browse files
committed
Update compiler flags
1 parent 409c971 commit 6220f14

2 files changed

Lines changed: 2 additions & 2 deletions

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 -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"

make/compiler_flags

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ endif
196196
CXXFLAGS_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

0 commit comments

Comments
 (0)