mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-19 20:46:22 +00:00
decklink: Fix MinGW warnings due to MSVC-specific pragmas
https://bugzilla.gnome.org/show_bug.cgi?id=794652#c7
This commit is contained in:
parent
cdc591dbc0
commit
29c785ef28
2 changed files with 4 additions and 0 deletions
|
@ -16,7 +16,9 @@
|
||||||
*/
|
*/
|
||||||
/* @@MIDL_FILE_HEADING( ) */
|
/* @@MIDL_FILE_HEADING( ) */
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
#pragma warning( disable: 4049 ) /* more than 64k source lines */
|
#pragma warning( disable: 4049 ) /* more than 64k source lines */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* verify that the <rpcndr.h> version is high enough to compile this file*/
|
/* verify that the <rpcndr.h> version is high enough to compile this file*/
|
||||||
|
|
|
@ -18,7 +18,9 @@
|
||||||
*/
|
*/
|
||||||
/* @@MIDL_FILE_HEADING( ) */
|
/* @@MIDL_FILE_HEADING( ) */
|
||||||
|
|
||||||
|
#ifdef _MSC_VER
|
||||||
#pragma warning( disable: 4049 ) /* more than 64k source lines */
|
#pragma warning( disable: 4049 ) /* more than 64k source lines */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in a new issue