xiaoxiang781216 commented on PR #11053:
URL: https://github.com/apache/nuttx/pull/11053#issuecomment-1783732775

   @g2gps please fix the compiler error:
   ```
   spawn_main.c: In function 'posix_spawn_main':
   Error: spawn_main.c:336:7: error: void value not ignored as it ought to be
     336 |   ret = posix_spawnattr_destroy(&attr);
         |       ^
   Error: spawn_main.c:435:7: error: void value not ignored as it ought to be
     435 |   ret = posix_spawnattr_destroy(&attr);
         |       ^
   ```


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