Browse Source
Merge pull request #5016 from comex/xx-push
codec: Fix `pragma GCC diagnostic pop` missing corresponding push
pull/15/merge
LC
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/video_core/command_classes/codecs/codec.h
|
|
|
@ -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> |
|
|
|
|