Skip to content

Commit 4789e2f

Browse files
committed
test=release/1.0.0
1 parent f482863 commit 4789e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/flags.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ if (APPLE)
138138
# On Mac OS X build fat binaries with x86_64 architectures by default.
139139
set (CMAKE_OSX_ARCHITECTURES "x86_64" CACHE STRING "Build architectures for OSX" FORCE)
140140
endif()
141-
# On Mac OS X register class specifier is deprecated and will cause warning error on latest clang
141+
# On Mac OS X register class specifier is deprecated and will cause warning error on latest clang 10.0
142142
set (COMMON_FLAGS -Wno-deprecated-register)
143143
endif(APPLE)
144144

0 commit comments

Comments
 (0)