liuguo09 commented on pull request #250:
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/250#issuecomment-629004185


   _examples/sotest/sotest_main.c:203:25: error: Operator/assignment must be 
preceded with whitespace
   examples/sotest/sotest_main.c:223:25: error: Operator/assignment must be 
preceded with whitespace
   examples/sotest/sotest_main.c:243:25: error: Operator/assignment must be 
preceded with whitespace_
   
   It seems the above nxstyle print is wrongly reported, the source code as 
below:
   
   _203   testfunc = (CODE void (*)(FAR const char *))dlsym(handle2, 
"testfunc1");
   223   testfunc = (CODE void (*)(FAR const char *))dlsym(handle2, 
"testfunc2");
   243   testfunc = (CODE void (*)(FAR const char *))dlsym(handle2, 
"testfunc3");_


----------------------------------------------------------------
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]


Reply via email to