]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
examples : include examples in msvc disable warn (ggml/1270)
authorDaniel Bevenius <redacted>
Thu, 12 Jun 2025 10:27:09 +0000 (12:27 +0200)
committerGeorgi Gerganov <redacted>
Wed, 18 Jun 2025 09:40:34 +0000 (12:40 +0300)
commitdb30f467610bcc796883ea07676334bc6da287ba
treee5d913df550cf8a9c09edead84b884f3f579bdc5
parent1591558ccce3ce30dfd5bb673595eb0057625377
examples : include examples in msvc disable warn (ggml/1270)

This commit adds the examples in the "list" of targets to ignore MSVC
warnings.

The motivation for this is that currently the examples generate a number
of warnings that are ignore/disabled for the core ggml project. This
makes for a cleaner output when building.
ggml/CMakeLists.txt