We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2b8bb commit 816019aCopy full SHA for 816019a
2 files changed
ipv6_config.h.in
@@ -4,3 +4,9 @@
4
#cmakedefine HAVE_STDIO_H 1
5
#cmakedefine HAVE_STDARG_H 1
6
#cmakedefine HAVE__SNPRINTF_S 1
7
+
8
+#if WIN32
9
+#pragma warning(disable: 4820) // Disable alignment errors in windows headers
10
+#pragma warning(disable: 4255) // Disable prototype () -> (void) conversion warning
11
+#pragma warning(disable: 5045) // Disable /Qspectre mitigation info warnings
12
+#endif
ipv6_test_config.h.in
@@ -1,5 +1,6 @@
1
// For test code only
2
#cmakedefine HAVE_WINSOCK_2_H 1
3
+#cmakedefine HAVE_WS_2_TCPIP_H 1
#cmakedefine HAVE_SYS_SOCKET_H 1
#cmakedefine HAVE_NETINET_IN_H 1
#cmakedefine HAVE_ARPA_INET_H 1
0 commit comments