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

pull/384/head
Georgi Gerganov 1 year ago
parent d347a59a5f
commit 44efbf7ff1
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -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
Loading…
Cancel
Save