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 9bd9535 commit cea4952Copy full SHA for cea4952
cmake/flags.cmake
@@ -157,7 +157,7 @@ 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.0
+ # 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
0 commit comments