xiaoxiang781216 commented on code in PR #2225:
URL: https://github.com/apache/nuttx-apps/pull/2225#discussion_r1421763090
##########
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 please provide better method later, I will merge this patch
to unblock ci.
##########
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 please provide better method later, I have to merge this
patch now to unblock ci.
--
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]