Skip to content

Commit 3afa1ed

Browse files
authored
Merge pull request libgit2#4931 from tiennou/cmake/osx-deprecated-warn
Remove unconditional -Wno-deprecated-declaration on macOS
2 parents 1305cd4 + 2cc66dd commit 3afa1ed

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,9 +235,6 @@ ELSE ()
235235
ENABLE_WARNINGS(int-conversion)
236236
DISABLE_WARNINGS(documentation-deprecated-sync)
237237

238-
IF (APPLE) # Apple deprecated OpenSSL
239-
DISABLE_WARNINGS(deprecated-declarations)
240-
ENDIF()
241238

242239
IF (PROFILE)
243240
SET(CMAKE_C_FLAGS "-pg ${CMAKE_C_FLAGS}")

0 commit comments

Comments
 (0)