Skip to content

Commit 4f9483c

Browse files
authored
make mbedTLS warnings non fatal (#45419)
1 parent 0062c26 commit 4f9483c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/mbedtls.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MBEDTLS_URL = https://github.com/ARMmbed/mbedtls/archive/v$(MBEDTLS_VER).tar.gz
77
MBEDTLS_OPTS := $(CMAKE_COMMON) -DUSE_SHARED_MBEDTLS_LIBRARY=ON \
88
-DUSE_STATIC_MBEDTLS_LIBRARY=OFF -DENABLE_PROGRAMS=OFF -DCMAKE_BUILD_TYPE=Release
99

10-
MBEDTLS_OPTS += -DENABLE_ZLIB_SUPPORT=OFF
10+
MBEDTLS_OPTS += -DENABLE_ZLIB_SUPPORT=OFF -DMBEDTLS_FATAL_WARNINGS=OFF
1111
ifeq ($(BUILD_OS),WINNT)
1212
MBEDTLS_OPTS += -G"MSYS Makefiles"
1313
endif

0 commit comments

Comments
 (0)