From b4ad4449c3f28b7647ea74dc941e434383eaad20 Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 20 Dec 2024 14:20:16 -0500 Subject: [PATCH] cwAudioFile.cpp : Added assert(0) for double to 24 bit conversion in writeDouble() --- cwAudioFile.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cwAudioFile.cpp b/cwAudioFile.cpp index a4b3600..83c1e44 100644 --- a/cwAudioFile.cpp +++ b/cwAudioFile.cpp @@ -1857,6 +1857,7 @@ cw::rc_t cw::audiofile::writeDouble( handle_t h, unsigned frmCnt, unsigned ch break; case 24: + assert(0); break; case 32: