summaryrefslogtreecommitdiffstats
path: root/openmp
diff options
context:
space:
mode:
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