Skip to content

Commit db71c2f

Browse files
committed
Reduce warning spam in OpenSSL build.
1 parent 25cc9a4 commit db71c2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,7 @@ elseif(BUILD_OPENSSL AND APPLE)
704704

705705
CONFIGURE_COMMAND /usr/bin/perl ./Configure darwin64-x86_64-cc ${ssl_flags}
706706
--prefix=<INSTALL_DIR> --openssldir=<INSTALL_DIR>
707+
-Wno-nullability-completeness
707708
BUILD_COMMAND make build_libs
708709
BUILD_IN_SOURCE 1
709710

0 commit comments

Comments
 (0)