slorquet commented on PR #8623:
URL: https://github.com/apache/nuttx/pull/8623#issuecomment-1460040475

   dont you believe me?
   ```
   CC:  string/lib_strsignal.c string/lib_strsignal.c: In function 'strsignal':
   string/lib_strsignal.c:169:7: error: duplicate case value
     169 |       case SIGWORK:
         |       ^~~~
   string/lib_strsignal.c:117:7: note: previously used here
     117 |       case SIGCHLD:
         |       ^~~~
   ```
   
   The problem is that SIGWORK was changed recently from 17 to 31 and my config 
kept that.
   
   I cant be the only person in this situation.


-- 
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: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to