summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-03 17:24:12 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-03 17:24:12 +0100
commit7a2a3c21d5fe8c94e6c6a75c9186f91c9905a222 (patch)
tree1962dd63a4310c8ae35d962a09df3254a4f48c41
parentd4bf40b3ef110c36a82ca7237d70d1b40bea47a6 (diff)
Remove pragma unknown by mingw.
-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 defcd8a..9b9e4a9 100644
--- a/src/asdcp/KM_platform.h
+++ b/src/asdcp/KM_platform.h
@@ -46,7 +46,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;