mirror of
https://github.com/ong19th/Citron.git
synced 2025-12-13 04:37:03 +00:00
Merge pull request #5016 from comex/xx-push
codec: Fix `pragma GCC diagnostic pop` missing corresponding push
This commit is contained in:
commit
ab315011fb
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue