summaryrefslogtreecommitdiff
path: root/third_party/build/srtp/srtp_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/build/srtp/srtp_config.h')
-rw-r--r--third_party/build/srtp/srtp_config.h16
1 files changed, 13 insertions, 3 deletions
diff --git a/third_party/build/srtp/srtp_config.h b/third_party/build/srtp/srtp_config.h
index 5f708c8e..806bc8b8 100644
--- a/third_party/build/srtp/srtp_config.h
+++ b/third_party/build/srtp/srtp_config.h
@@ -137,11 +137,15 @@
# define inline _inline
# endif
-# pragma warning(disable:4311)
-# pragma warning(disable:4761) // integral mismatch
-# pragma warning(disable:4018) // signed/unsigned mismatch
+//# pragma warning(disable:4311)
+//# pragma warning(disable:4761) // integral mismatch
+//# pragma warning(disable:4018) // signed/unsigned mismatch
# pragma warning(disable:4244) // conversion from int64 to int
# pragma warning(disable:4100) // unreferenced formal parameter
+# pragma warning(disable:4214) // bit field types other than int
+# pragma warning(disable:4389) // '!=' : signed/unsigned mismatch
+# pragma warning(disable:4701) // potentially uninitialized local variable used
+# pragma warning(disable:4702) // unreachable code
#endif
/* clock() */
@@ -220,6 +224,12 @@
/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef size_t */
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "libsrtp 1.5.4"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "1.5.4"
+
#endif /* __SRTP_CONFIG_H__ */