mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 04:19:12 +00:00
Add flags to avoid a lot of clang warnings on OS X 10.10
This commit is contained in:
parent
edd67ab4cd
commit
3425bcb0eb
@ -36,6 +36,7 @@ if(USE_SKIA_BACKEND)
|
||||
add_definitions(-DSK_BUILD_FOR_WIN32)
|
||||
elseif(APPLE)
|
||||
add_definitions(-DSK_BUILD_FOR_MAC)
|
||||
add_definitions(-Wno-ignored-attributes -Wno-unused-result)
|
||||
endif()
|
||||
|
||||
if(CMAKE_BUILD_TYPE STREQUAL Debug)
|
||||
|
Loading…
x
Reference in New Issue
Block a user