xiaoxiang781216 commented on code in PR #2225:
URL: https://github.com/apache/nuttx-apps/pull/2225#discussion_r1421691689
##########
interpreters/bas/bas_token.h:
##########
@@ -100,7 +100,7 @@ struct Identifier
{
struct Symbol *sym;
enum ValueType defaultType;
- char name[2/* ... */];
+ char name[0];
Review Comment:
@pkarashchenko ci is broken now, it's better to merge this patch ASAP, and
provide a better fix later.
Note: another ci error is fixed by https://github.com/apache/nuttx/pull/11361
##########
interpreters/bas/bas_token.h:
##########
@@ -100,7 +100,7 @@ struct Identifier
{
struct Symbol *sym;
enum ValueType defaultType;
- char name[2/* ... */];
+ char name[0];
Review Comment:
@pkarashchenko ci is broken now, it's better to merge this patch ASAP, and
provide a better fix later.
Note: another ci error is fixed by
https://github.com/apache/nuttx/pull/11361.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]