cmake : add -Wno-unused-function + update whisper.js
This commit is contained in:
parent
d347a59a5f
commit
44efbf7ff1
|
|
@ -130,6 +130,7 @@ if (WHISPER_ALL_WARNINGS)
|
||||||
-Wcast-qual \
|
-Wcast-qual \
|
||||||
-Wstrict-prototypes \
|
-Wstrict-prototypes \
|
||||||
-Wpointer-arith \
|
-Wpointer-arith \
|
||||||
|
-Wno-unused-function \
|
||||||
")
|
")
|
||||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
|
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} \
|
||||||
-Wall \
|
-Wall \
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue