mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps: Fix minor issues for latest toolchains
- crypto/mbedtls: Add -Wno-cpp flag to suppress warnings - interpreters/quickjs: Add flags to suppress warnings - lte/alt1250: Fix spelling issues in comments - system/dd: Add missing includes for modern compilers - system/zlib: Add -Wno-cpp flag - testing/cxx: Include missing algorithm header Signed-off-by: Bartosz <bartol2205@gmail.com>
This commit is contained in:
parent
715da6bde6
commit
f09d0b2e09
7 changed files with 22 additions and 9 deletions
|
|
@ -48,6 +48,7 @@ MBEDTLS_FRAMEWORK_UNPACKNAME = mbedtls-framework
|
|||
CFLAGS += ${DEFINE_PREFIX}unix
|
||||
|
||||
mbedtls/library/bignum.c_CFLAGS += -fno-lto
|
||||
mbedtls/library/ctr_drbg.c_CFLAGS += -Wno-array-bounds
|
||||
|
||||
# Build break on Assemble compiler if -fno-omit-frame-pointer and -O3 enabled at same time
|
||||
# {standard input}: Assembler messages:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue