We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41e4f7e + cea4952 commit 34b81f6Copy full SHA for 34b81f6
cmake/flags.cmake
@@ -157,6 +157,8 @@ if (APPLE)
157
# On Mac OS X build fat binaries with x86_64 architectures by default.
158
set (CMAKE_OSX_ARCHITECTURES "x86_64" CACHE STRING "Build architectures for OSX" FORCE)
159
endif()
160
+ # On Mac OS X register class specifier is deprecated and will cause warning error on latest clang 10.0
161
+ set (COMMON_FLAGS -Wno-deprecated-register)
162
endif(APPLE)
163
164
if(LINUX)
0 commit comments