Spaces:
Running
Running
cmake : add -Wno-unused-function + update whisper.js
Browse files- CMakeLists.txt +1 -0
- 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
|
|
|