nuttx-apps/interpreters/bas
Xiang Xiao f28797cddf interpreters/bas: Fix compiler warning after gcc upgrade to version 12
bas_token.l: In function 'yylex':
Error: bas_token.l:1210:31: error: 'strcpy' writing 1 or more bytes into a region of size 0 overflows the destination [-Werror=stringop-overflow=]
 1210 |                             }
      |                               ^
In file included from bas_auto.h:77,
                 from bas_token.l:16:
bas_token.h:103:8: note: at offset 2 into destination object 'name' of size 2
  103 |   char name[2/* ... */];
      |        ^~~~

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-12-10 06:40:51 -08:00
..
bas_auto.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_auto.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_autotypes.h interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas_error.h Add printflike to all printf like functions 2022-07-18 14:09:10 +03:00
bas_fs.c apps: Remove the check of CONFIG_SERIAL_TERMIOS 2023-03-19 14:53:44 -06:00
bas_fs.h Fix nxstyle warning 2023-03-19 14:53:44 -06:00
bas_global.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_global.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_main.c interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas_program.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_program.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_programtypes.h interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas_statement.c apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK 2023-11-16 07:58:57 -08:00
bas_statement.h interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas_str.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_str.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_token.c apps: Remove the check of CONFIG_SERIAL_TERMIOS 2023-03-19 14:53:44 -06:00
bas_token.h interpreters/bas: Fix compiler warning after gcc upgrade to version 12 2023-12-10 06:40:51 -08:00
bas_token.l Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
bas_value.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_value.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_var.c c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_var.h c++ compatibility: rename usages of reserved c++ keywords 'this' and 'public' 2023-09-16 19:45:52 +08:00
bas_vt100.c Fix some hard coded buffer len of snprintf 2023-03-21 20:57:56 -03:00
bas_vt100.h interpreters: bas: update licenses to Apache 2021-06-09 10:31:54 -03:00
bas.c interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
bas.h interpreters: bas: revert to original license 2021-06-09 10:31:54 -03:00
Kconfig apps: Replace CONFIG_ARCH_HAVE_VFORK with CONFIG_ARCH_HAVE_FORK 2023-11-16 07:58:57 -08:00
Make.defs apps/interpreters/bas/Make.defs: Add missing Apache Foundation copyright header 2023-03-08 13:50:23 -03:00
Makefile apps/interpreters/bas/Makefile: Fix mistakes in comments 2023-03-08 13:50:23 -03:00