tmedicci opened a new pull request, #9152: URL: https://github.com/apache/nuttx/pull/9152
## Summary Fix warnings regarding unused functions and vars: * `pcm_dump` available if 'CONFIG_DEBUG_AUDIO_INFO' is set instead of using the 'CONFIG_PCM_DEBUG'. * `pcm_leuint16` and `pcm_leuint32` available if 'CONFIG_AUDIO_FORMAT_RAW' is not set (once 'pcm_parsewav', which is available under the same condition, use them). * `headersize` var, from 'pcm_enqueuebuffer' declared only if 'CONFIG_AUDIO_FORMAT_RAW' is not set (as it's used by the code defined by the same condition). ## Impact Fixing [CI error](https://github.com/apache/nuttx/actions/runs/4856277612/jobs/8659305018?pr=9150#step:7:636) of PR https://github.com/apache/nuttx/pull/9150 ## Testing esp32-lyrat:rtptools from https://github.com/apache/nuttx/pull/9150 -- 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]
