summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-11-23 23:54:05 +0100
committerCarl Hetherington <cth@carlh.net>2020-11-23 23:54:16 +0100
commitd224aaf9d44ebb52712fc4aacd432dba5c365aa4 (patch)
tree2ca86c3176aa17451180e1409cb25a141326264e
parent330e146ce1017254c946130cb7caa071f7a52069 (diff)
Remove pragma unknown by mingw.carl-2
-rw-r--r--src/asdcp/KM_platform.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/asdcp/KM_platform.h b/src/asdcp/KM_platform.h
index 3fe8c1b..3f559eb 100644
--- a/src/asdcp/KM_platform.h
+++ b/src/asdcp/KM_platform.h
@@ -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;