aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/GenericReply.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-03-01 12:04:25 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-03-01 12:04:25 +0100
commit176f9b471b2ec67dd95e054d9a22ab87c8110b7c (patch)
treedeae1ad544bd1a7eb585e60ae612aaa7ae63744f /nxcomp/src/GenericReply.h
parentd156ce5ab6afa3bc67189f4985e1517d5aca52b3 (diff)
parent7c8214f31fd3d83e641067941573ebb89f4f4ddb (diff)
downloadnx-libs-176f9b471b2ec67dd95e054d9a22ab87c8110b7c.tar.gz
nx-libs-176f9b471b2ec67dd95e054d9a22ab87c8110b7c.tar.bz2
nx-libs-176f9b471b2ec67dd95e054d9a22ab87c8110b7c.zip
Merge branch 'uli42-pr/fix_clang_warnings' into 3.6.x
Attributes GH PR #763: https://github.com/ArcticaProject/nx-libs/pull/763
Diffstat (limited to 'nxcomp/src/GenericReply.h')
-rw-r--r--nxcomp/src/GenericReply.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nxcomp/src/GenericReply.h b/nxcomp/src/GenericReply.h
index e899b8467..2b352357f 100644
--- a/nxcomp/src/GenericReply.h
+++ b/nxcomp/src/GenericReply.h
@@ -83,7 +83,6 @@ class GenericReplyMessage : public Message
private:
unsigned char byte_data;
- unsigned int int_data[6];
unsigned short short_data[12];
};