From f0debab59e46ef8afa44176456e6ead6ae242c37 Mon Sep 17 00:00:00 2001 From: Jan Kotas Date: Fri, 30 Oct 2015 17:57:48 -0700 Subject: Fix build break on Mac --- src/Native/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/Native/CMakeLists.txt') diff --git a/src/Native/CMakeLists.txt b/src/Native/CMakeLists.txt index 1e35a7606..e2fcacc2f 100644 --- a/src/Native/CMakeLists.txt +++ b/src/Native/CMakeLists.txt @@ -69,11 +69,6 @@ if (CLR_CMAKE_PLATFORM_UNIX) # Disable strict warning on unused functions. add_compile_options(-Wno-unused-function) - if(CMAKE_SYSTEM_NAME STREQUAL Darwin) - # Apple Clang 7+ is strict about unused typedefs warnings by default. - # To keep things consistent, flag the warning to be ignored. - add_compile_options(-Wno-unused-local-typedef) - endif(CMAKE_SYSTEM_NAME STREQUAL Darwin) # The -fms-extensions enable the stuff like __if_exists, __declspec(uuid()), etc. add_compile_options(-fms-extensions ) -- cgit v1.2.3