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"