ggerganov commited on
Commit
a9aee6f
·
unverified ·
1 Parent(s): 6c4692f

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

Browse files
Files changed (2) hide show
  1. CMakeLists.txt +1 -0
  2. bindings/javascript/whisper.js +0 -0
CMakeLists.txt CHANGED
@@ -130,6 +130,7 @@ if (WHISPER_ALL_WARNINGS)
130
  -Wcast-qual \
131
  -Wstrict-prototypes \
132
  -Wpointer-arith \
 
133
  ")
134
  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
135
  -Wall \
 
130
  -Wcast-qual \
131
  -Wstrict-prototypes \
132
  -Wpointer-arith \
133
+ -Wno-unused-function \
134
  ")
135
  set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
136
  -Wall \
bindings/javascript/whisper.js CHANGED
The diff for this file is too large to render. See raw diff