summaryrefslogtreecommitdiffstats
path: root/openmp
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-02-25 00:38:58 +0000
committerAlp Toker <alp@nuanti.com>2014-02-25 00:38:58 +0000
commitd71f1686024dded62a16b60270cf5391f62a9d24 (patch)
tree24c7a4b6c31b5919eee736b87152163ae0945a0e /openmp
parent210fbcdd5a3dceb57f6b8cb3abd06d37c86432dd (diff)
downloadbcm5719-llvm-d71f1686024dded62a16b60270cf5391f62a9d24.tar.gz
bcm5719-llvm-d71f1686024dded62a16b60270cf5391f62a9d24.zip
Silence -Wdeprecated-register warnings with clang
llvm-svn: 202095
Diffstat (limited to 'openmp')
-rw-r--r--openmp/runtime/src/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/openmp/runtime/src/makefile.mk b/openmp/runtime/src/makefile.mk
index fbed276b098..80af00041fb 100644
--- a/openmp/runtime/src/makefile.mk
+++ b/openmp/runtime/src/makefile.mk
@@ -162,8 +162,8 @@ ifeq "$(c)" "gcc"
endif
ifeq "$(c)" "clang"
- c-flags += -Wno-unused-value -Wno-switch
- cxx-flags += -Wno-unused-value -Wno-switch
+ c-flags += -Wno-unused-value -Wno-switch -Wno-deprecated-register
+ cxx-flags += -Wno-unused-value -Wno-switch -Wno-deprecated-register
ifeq "$(arch)" "32"
c-flags += -m32 -msse
cxx-flags += -m32 -msse
OpenPOWER on IntegriCloud