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
|
|
@ -35,6 +35,8 @@ VERSION=\"$(QUICKJS_VERSION)\"
|
|||
CFLAGS += -Dmp_add=qjs_mp_add -Dmp_sub=qjs_mp_sub -Dmp_mul=qjs_mp_mul
|
||||
CFLAGS += -DCONFIG_VERSION=$(VERSION) -Wno-shadow
|
||||
CFLAGS += -Wno-array-bounds -I$(QUICKJS_UNPACK)
|
||||
CFLAGS += -Wno-strict-prototypes -Wno-unused-variable
|
||||
CFLAGS += -Wno-unused-but-set-variable
|
||||
CFLAGS += -D__linux__ -include alloca.h
|
||||
CFLAGS += -Wno-incompatible-pointer-types
|
||||
CFLAGS += -Wno-implicit-function-declaration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue