mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-24 19:33:18 -05:00
macOS: Unignore deprecation warning
This commit is contained in:
parent
41989da732
commit
d31870249a
1 changed files with 1 additions and 2 deletions
|
@ -226,9 +226,8 @@ if (NOT DISABLE_TTF AND UNIX AND NOT APPLE)
|
||||||
target_include_directories(${PROJECT} PRIVATE ${FONTCONFIG_INCLUDE_DIRS})
|
target_include_directories(${PROJECT} PRIVATE ${FONTCONFIG_INCLUDE_DIRS})
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# macOS builds fail on the use of tmpnam otherwise (#4959)
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
set(COMMON_COMPILE_OPTIONS "${COMMON_COMPILE_OPTIONS} -Wno-error=deprecated-declarations -Wno-error=objc-method-access")
|
set(COMMON_COMPILE_OPTIONS "${COMMON_COMPILE_OPTIONS} -Wno-error=objc-method-access")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Compiler flags
|
# Compiler flags
|
||||||
|
|
Loading…
Add table
Reference in a new issue