]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
whisper: remove MSVC warnings pragmas (#3090)
authorDaniel Bevenius <redacted>
Mon, 5 May 2025 11:09:35 +0000 (13:09 +0200)
committerGitHub <redacted>
Mon, 5 May 2025 11:09:35 +0000 (13:09 +0200)
commit09846f4e121e45bfd6984f17e9e2dece59523fad
tree678235dce3378965546dc585b8f677f7c8aeb302
parentbcf1ed01631fd5811bd7f1c2eb82ae6397dbbb87
whisper: remove MSVC warnings pragmas (#3090)

* ggml : remove MSVC warnings pragmas

This commit removes the MSVC-specific pragmas as these are now handled
in CMakeLists.txt.

* whisper : remove MSVC warning pragmas

This commit removes the MSVC-specific pragmas. These are now handled in
the CMakeLists.txt file.
16 files changed:
CMakeLists.txt
examples/cli/cli.cpp
examples/common-whisper.cpp
examples/common.cpp
examples/server/server.cpp
examples/talk-llama/llama.cpp
ggml/CMakeLists.txt
ggml/src/ggml-cpu/ggml-cpu-aarch64.cpp
ggml/src/ggml-cpu/ggml-cpu-quants.c
ggml/src/ggml-cpu/ggml-cpu.c
ggml/src/ggml-cpu/ops.cpp
ggml/src/ggml-cpu/vec.cpp
ggml/src/ggml-cuda/common.cuh
ggml/src/ggml-quants.c
ggml/src/ggml-sycl/common.hpp
src/whisper.cpp