Snippets for whisper.cpp 1.9.3 from Fedora x86_64
Sourced from https://kojipkgs.fedoraproject.org/packages/whisper-cpp/1.9.3/1.fc46/data/logs/x86_64/build.log.
-
/builddir/build/BUILD/whisper-cpp-1.9.3-build/whisper.cpp-1.9.3/src/whisper.cpp:2998:49: warning: ā%03dā directive output may be truncated writing between 3 and 11 bytes into a region of size between 8 and 23 [-Wformat-truncation=] 2998 | snprintf(buf, sizeof(buf), "%02d:%02d:%02d%s%03d", (int) hr, (int) min, (int) sec, comma ? "," : ".", (int) msec); | ^~~~