btashton opened a new pull request #2629: URL: https://github.com/apache/incubator-nuttx/pull/2629
## Summary PR #2618 snuck in while the CI was broken and broke master with the warning ``` vfs/fs_unlink.c:194:1: error: label 'errout_with_sem' defined but not used [-Werror=unused-label] ``` This change covers this and another possible unused label in the same function. ## Impact This label is now conditionally defined. ## Testing CI and local builds ---------------------------------------------------------------- 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: us...@infra.apache.org