mirror of
https://github.com/mpv-player/mpv
synced 2024-12-17 20:34:58 +00:00
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>
|
#include <cdio/cdio.h>
|
||||||
|
|
||||||
// For cdio_cddap_version
|
|
||||||
#pragma GCC diagnostic push
|
|
||||||
#pragma GCC diagnostic ignored "-Wstrict-prototypes"
|
|
||||||
#ifndef TESTING_IS_FINISHED
|
#ifndef TESTING_IS_FINISHED
|
||||||
// Suppress Wundef warning
|
// Suppress Wundef warning
|
||||||
#define TESTING_IS_FINISHED 0
|
#define TESTING_IS_FINISHED 0
|
||||||
#endif
|
#endif
|
||||||
#include <cdio/paranoia/cdda.h>
|
#include <cdio/paranoia/cdda.h>
|
||||||
#include <cdio/paranoia/paranoia.h>
|
#include <cdio/paranoia/paranoia.h>
|
||||||
#pragma GCC diagnostic pop
|
|
||||||
|
|
||||||
#include "common/msg.h"
|
#include "common/msg.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user