cmake : add -Wno-unused-function + update whisper.js

pull/384/head
Georgi Gerganov 2023-01-07 20:18:34 +02:00
parent d347a59a5f
commit 44efbf7ff1
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
2 changed files with 2 additions and 1 deletions

View File

@ -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 \

File diff suppressed because one or more lines are too long