decklink: Fix MinGW warnings due to MSVC-specific pragmas

https://bugzilla.gnome.org/show_bug.cgi?id=794652#c7
This commit is contained in:
Nirbheek Chauhan 2018-03-31 10:41:32 +05:30
parent cdc591dbc0
commit 29c785ef28
2 changed files with 4 additions and 0 deletions

View file

@ -16,7 +16,9 @@
*/
/* @@MIDL_FILE_HEADING( ) */
#ifdef _MSC_VER
#pragma warning( disable: 4049 ) /* more than 64k source lines */
#endif
/* verify that the <rpcndr.h> version is high enough to compile this file*/

View file

@ -18,7 +18,9 @@
*/
/* @@MIDL_FILE_HEADING( ) */
#ifdef _MSC_VER
#pragma warning( disable: 4049 ) /* more than 64k source lines */
#endif
#ifdef __cplusplus