JianyuWang0623 opened a new pull request, #2583:
URL: https://github.com/apache/nuttx-apps/pull/2583

   ## Summary
   Fix build error
   ```
   CC:  procfs/fs_procfsversion.c uORB/uORB.c: In function ‘orb_advsub_open’:
   uORB/uORB.c:73:23: error: assignment to expression with array type
      73 |       reginfo.path    = path;
         |                       ^
   sensor/topics.c: In function ‘orb_get_meta’:
   sensor/topics.c:173:15: warning: returning ‘uint64_t’ {aka ‘long long 
unsigned int’} from a function with return type ‘const struct orb_metadata *’ 
makes pointer from integer without a cast [-Wint-conversion]
     173 |   return state.priv;
         |          ~~~~~^~~~~
   ```
   
   ## Impact
   system/uorb
   
   ## Testing
   ```
   ./tools/configure.sh -l sim:rpproxy
   ```
   


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

Reply via email to