From 63a81515ad1558183e751358647af59209626492 Mon Sep 17 00:00:00 2001 From: Dudemanguy Date: Sat, 12 Oct 2024 10:30:30 -0500 Subject: [PATCH] stream_cdda: stop suppressing -Wscript-prototypes This was fixed upstream* and in a new release, so it is no longer needed for our CI. *: https://github.com/rocky/libcdio-paranoia/commit/3ced3d72debae3cf304c81be820356c336fd31a2 --- stream/stream_cdda.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/stream/stream_cdda.c b/stream/stream_cdda.c index 7e45f8dc0e..a14b1ff0d3 100644 --- a/stream/stream_cdda.c +++ b/stream/stream_cdda.c @@ -23,16 +23,12 @@ #include -// For cdio_cddap_version -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wstrict-prototypes" #ifndef TESTING_IS_FINISHED // Suppress Wundef warning #define TESTING_IS_FINISHED 0 #endif #include #include -#pragma GCC diagnostic pop #include "common/msg.h" #include "config.h"