xiaoxiang781216 commented on a change in pull request #1616:
URL: https://github.com/apache/incubator-nuttx/pull/1616#discussion_r474740592
##########
File path: tools/configure.c
##########
@@ -794,6 +835,8 @@ static void check_configdir(void)
static void check_configured(void)
{
+ char *defcfgpath = NULL;
Review comment:
Does coding standard require put all variables to the beginning of
function? I suppose puting variables to the beginning of block is also
acceptable.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]