Add address sanitizer and undefined behavior sanitizer (#951)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
#include "sherpa-onnx/csrc/parse-options.h"
|
||||
#include "sherpa-onnx/csrc/wave-writer.h"
|
||||
|
||||
void audioCallback(const float *samples, int32_t n, float progress) {
|
||||
void audioCallback(const float * /*samples*/, int32_t n, float progress) {
|
||||
printf("sample=%d, progress=%f\n", n, progress);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user