mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 12:35:20 +00:00
b4ef45b4f5
Build with MBEDTLS_DEPRECATED_REMOVED and MBEDTLS_DEPRECATED_WARNING separately. Do these builds with `-O -Werror -Wall -Wextra` to catch a maximum of issues while we're at it. Do one with gcc and one with clang for variety. This caught an uninitialized variable warning in cmac.c that builds without -O didn't catch.