whisper.cpp
8e3f129b - minor : resolves some of warnings when compiling with clang/clang++ (#294)

Commit
3 years ago
minor : resolves some of warnings when compiling with clang/clang++ (#294) * Resolves some of warnings when compiling with clang/clang++ Mostly nit stuff that clang catches when compiling with -Wall -Wextra -pedantic. - Fix comparison between sign/unsigned integers. - Passes a constant reference (const&) instead of copying each time. * minor : normalize coding style * minor : fix warning Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
Author
Parents
Loading