mirror of
https://git.h3cjp.net/H3cJP/yuzu.git
synced 2024-11-15 21:42:58 +00:00
codec: Fix pragma GCC diagnostic pop
missing corresponding push
This commit is contained in:
parent
322349e8cc
commit
4681e1ea9e
|
@ -10,6 +10,7 @@
|
|||
|
||||
extern "C" {
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wconversion"
|
||||
#endif
|
||||
#include <libavcodec/avcodec.h>
|
||||
|
|
Loading…
Reference in a new issue