summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2019-01-10 21:33:34 +0000
committerGitHub <noreply@github.com>2019-01-10 21:33:34 +0000
commit3afa1ede0220c11c95471d662b1572812059cc9d (patch)
treebada997261c688ba967a15288380faf150495588
parent1305cd4e8dfc9612250c4392d601cc41fcc22f23 (diff)
parent2cc66dd5039859c7e75aea69ca69aa49f953980c (diff)
downloadlibgit2-3afa1ede0220c11c95471d662b1572812059cc9d.tar.gz
Merge pull request #4931 from tiennou/cmake/osx-deprecated-warn
Remove unconditional -Wno-deprecated-declaration on macOS
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8dd2992ca..eff2500d5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -235,9 +235,6 @@ ELSE ()
ENABLE_WARNINGS(int-conversion)
DISABLE_WARNINGS(documentation-deprecated-sync)
- IF (APPLE) # Apple deprecated OpenSSL
- DISABLE_WARNINGS(deprecated-declarations)
- ENDIF()
IF (PROFILE)
SET(CMAKE_C_FLAGS "-pg ${CMAKE_C_FLAGS}")