mirror of https://github.com/mpv-player/mpv
stream_cdda: stop suppressing -Wscript-prototypes
This was fixed upstream* and in a new release, so it is no longer needed
for our CI.
*: 3ced3d72de
This commit is contained in:
parent
6fadaf66c8
commit
63a81515ad
|
@ -23,16 +23,12 @@
|
|||
|
||||
#include <cdio/cdio.h>
|
||||
|
||||
// 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 <cdio/paranoia/cdda.h>
|
||||
#include <cdio/paranoia/paranoia.h>
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
#include "common/msg.h"
|
||||
#include "config.h"
|
||||
|
|
Loading…
Reference in New Issue