nuttx-apps/interpreters/quickjs
yinshengkai cd1bc19bf9 quickjs: fix compile warning
optind is a global variable in getopt.h (a macro defined in stdlib.h in nuttx).
Here it is used as a variable, not a variable of getopt
2022-03-29 22:47:11 +08:00
..
.gitignore interpreters/quickjs: Bump to latest release 2021-03-16 20:28:04 -07:00
0001-Disabled-unsupported-feature-on-NuttX.patch interpreters/quickjs: Bump to latest release 2021-03-16 20:28:04 -07:00
Kconfig interpreters/quickjs: Implement a minimal interpreter 2021-03-16 20:28:04 -07:00
Make.defs interpreters: fix relative path CI error 2021-06-16 09:03:06 -05:00
Makefile interpreters: fix relative path CI error 2021-06-16 09:03:06 -05:00
qjsmini.c quickjs: fix compile warning 2022-03-29 22:47:11 +08:00