whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Resolves some of warnings when compiling with clang/clang++

Open keyehzy opened this issue 2 years ago • 0 comments

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.

keyehzy avatar Dec 19 '22 17:12 keyehzy