this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Shut up a repeated warning (-Wavailability)

It happens because non-Apple clang doesn't understand the iosmac, bridgeos, and a few other newer Apple platforms, and it complains about it

+1 -1
+1 -1
CMakeLists.txt
··· 57 57 message(FATAL_ERROR "This software can only be built on x86-64 systems") 58 58 endif (${CMAKE_HOST_SYSTEM_PROCESSOR} MATCHES "i686|i386") 59 59 60 - SET(IGNORED_WARNINGS "-Wno-nullability-completeness -Wno-deprecated-declarations") 60 + SET(IGNORED_WARNINGS "-Wno-nullability-completeness -Wno-deprecated-declarations -Wno-availability") 61 61 62 62 if (${CMAKE_C_COMPILER_ID} STREQUAL "Clang" AND NOT ${CMAKE_C_COMPILER_VERSION} VERSION_LESS "3.9") 63 63 SET(IGNORED_WARNINGS "${IGNORED_WARNINGS} -Wno-expansion-to-defined")