cmake : disable warnings about unused functions

pull/15/head
Georgi Gerganov 1 year ago
parent 06e2a3b721
commit 6ed4da0b03
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -9,6 +9,7 @@ if (GGML_ALL_WARNINGS)
-Wcast-qual \
-Wstrict-prototypes \
-Wpointer-arith \
-Wno-unused-function \
")
else()
# todo : windows

Loading…
Cancel
Save