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.
1 parent f482863 commit 4789e2fCopy full SHA for 4789e2f
cmake/flags.cmake
@@ -138,7 +138,7 @@ if (APPLE)
138
# On Mac OS X build fat binaries with x86_64 architectures by default.
139
set (CMAKE_OSX_ARCHITECTURES "x86_64" CACHE STRING "Build architectures for OSX" FORCE)
140
endif()
141
- # 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
142
set (COMMON_FLAGS -Wno-deprecated-register)
143
endif(APPLE)
144
0 commit comments