From 4789e2f91616c51c4e86a87989d5e4349cd75d70 Mon Sep 17 00:00:00 2001 From: JiabinYang Date: Mon, 8 Oct 2018 06:57:29 +0000 Subject: [PATCH] test=release/1.0.0 --- cmake/flags.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/flags.cmake b/cmake/flags.cmake index 9ebc132a8..cf4aef71b 100644 --- a/cmake/flags.cmake +++ b/cmake/flags.cmake @@ -138,7 +138,7 @@ if (APPLE) # On Mac OS X build fat binaries with x86_64 architectures by default. set (CMAKE_OSX_ARCHITECTURES "x86_64" CACHE STRING "Build architectures for OSX" FORCE) endif() - # On Mac OS X register class specifier is deprecated and will cause warning error on latest clang + # On Mac OS X register class specifier is deprecated and will cause warning error on latest clang 10.0 set (COMMON_FLAGS -Wno-deprecated-register) endif(APPLE) -- GitLab