nuttx-apps/interpreters/duktape
Xiang Xiao dbdba4c254 interpreters/duktape: Add -Wno-unused-but-set-variable to CLAGS
To fix error: variable 'num_stmts' set but not used [-Werror,-Wunused-but-set-variable]
                duk_int_t num_stmts;

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-09-19 11:27:21 +08:00
..
.gitignore interpreters/duktape: Add duktape to global search path 2020-08-30 01:25:25 +08:00
duk_cmdline.patch interpreters/duktape: Add duktape to global search path 2020-08-30 01:25:25 +08:00
Kconfig interpreters: Add initial duktape support 2020-08-06 10:52:26 -03:00
Make.defs Makefile: replace INCDIR to INCDIR_PREFIX 2022-11-10 02:38:58 +08:00
Makefile interpreters/duktape: Add -Wno-unused-but-set-variable to CLAGS 2023-09-19 11:27:21 +08:00