diff --git a/stream/stream_cdda.c b/stream/stream_cdda.c index 71ae461493..37c1435734 100644 --- a/stream/stream_cdda.c +++ b/stream/stream_cdda.c @@ -26,6 +26,10 @@ // 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