Trust upstream developers of third-party code.
@@ -47,6 +47,9 @@
/* warning C4127: conditional expression is constant*/
# pragma warning(disable:4127)
#endif
+#if defined(__clang__)
+# pragma clang diagnostic ignored "-Wcast-align"
+#endif
/*-- General stuff. --*/
@@ -42,6 +42,10 @@
#define WIN32
+
/*
* Include configuration script results or hand-crafted
* configuration file for platforms which lack config tool.