Skip to content

Commit

Permalink
cmake : add -Wno-unused-function + update whisper.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jan 7, 2023
1 parent d347a59 commit 44efbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ if (WHISPER_ALL_WARNINGS)
-Wcast-qual \
-Wstrict-prototypes \
-Wpointer-arith \
-Wno-unused-function \
")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
-Wall \
Expand Down
2 changes: 1 addition & 1 deletion bindings/javascript/whisper.js

Large diffs are not rendered by default.

0 comments on commit 44efbf7

Please sign in to comment.