summaryrefslogtreecommitdiff
path: root/src/net/ipc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/ipc.h')
-rw-r--r--src/net/ipc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/ipc.h b/src/net/ipc.h
index 934085736..667949f2b 100644
--- a/src/net/ipc.h
+++ b/src/net/ipc.h
@@ -21,7 +21,12 @@
#ifndef NET_IPC_H
#define NET_IPC_H
+#include "localconsts.h"
+
+PRAGMACLANG6(GCC diagnostic push)
+PRAGMACLANG6(GCC diagnostic ignored "-Wold-style-cast")
#include "net/sdltcpnet.h"
+PRAGMACLANG6(GCC diagnostic pop)
#include <string>
#include <vector>