From 1ee5b51a2493e7726692ba7b656aef32feca1f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Tue, 11 May 2021 16:37:42 +0200 Subject: Fix ftbfs on Fedora 34 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit error: ISO C++17 does not allow dynamic exception specifications error: static assertion failed: comparison object must be invocable as const Signed-off-by: François Andriot (cherry picked from commit 0e69dfe375f27c3610f0c5e5d88f423c4bcbfe6a) --- src/sound/AudioFileManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sound/AudioFileManager.h') diff --git a/src/sound/AudioFileManager.h b/src/sound/AudioFileManager.h index abbf2c0..e260c9f 100644 --- a/src/sound/AudioFileManager.h +++ b/src/sound/AudioFileManager.h @@ -165,7 +165,7 @@ public: // Throw if the current audio path does not exist or is not writable // - void testAudioPath() throw(BadAudioPathException); + void testAudioPath(); // Get a new audio filename at the audio record path // -- cgit v1.2.1