Remove pragma unknown by mingw. carl-2
authorCarl Hetherington <cth@carlh.net>
Mon, 23 Nov 2020 22:54:05 +0000 (23:54 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 23 Nov 2020 22:54:16 +0000 (23:54 +0100)
src/asdcp/KM_platform.h

index 3fe8c1b274c01c6be7f0a64665a26a75f3cd1a7e..3f559eb5251fa70ed0b16dd2ec24772ad385c7a8 100644 (file)
@@ -45,7 +45,6 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #  include <stdlib.h>
 #  include <stdio.h>
 #  include <stdarg.h>
-#  pragma warning(disable:4786)                        // Ignore "identifer > 255 characters" warning
 
 typedef unsigned __int64   ui64_t;
 typedef __int64            i64_t;