From: Georgi Gerganov Date: Mon, 8 Jul 2024 11:09:09 +0000 (+0300) Subject: examples : fix compile warnings [no ci] (whisper/0) X-Git-Tag: upstream/0.0.1642~537 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d4679578a1bf4cc2331f9f73c7afa1a200d212a4;p=pkg%2Fggml%2Fsources%2Fggml examples : fix compile warnings [no ci] (whisper/0) --- diff --git a/examples/common.cpp b/examples/common.cpp index 2e3a4549..11035736 100644 --- a/examples/common.cpp +++ b/examples/common.cpp @@ -147,7 +147,6 @@ std::string gpt_random_prompt(std::mt19937 & rng) { case 7: return "He"; case 8: return "She"; case 9: return "They"; - default: return "To"; } return "The";