]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_parse.c
get rid of more clang warnings
[xonotic/darkplaces.git] / cl_parse.c
index 890be7e05bc792e37fb1827679b0bdb4b762b364..dd9f550420347e45551e55c1326e47324ffa6e2f 100644 (file)
@@ -4092,7 +4092,7 @@ void CL_ParseServerMessage(void)
                                        MSG_ReadCoord(cls.protocol);
                                        MSG_ReadCoord(cls.protocol);
                                        MSG_ReadCoord(cls.protocol);
-                                       MSG_ReadByte();
+                                       (void) MSG_ReadByte();
                                        MSG_ReadLong();
                                        MSG_ReadLong();
                                        MSG_ReadString();
@@ -4107,7 +4107,7 @@ void CL_ParseServerMessage(void)
                                        MSG_ReadCoord(cls.protocol);
                                        MSG_ReadCoord(cls.protocol);
                                        MSG_ReadCoord(cls.protocol);
-                                       MSG_ReadByte();
+                                       (void) MSG_ReadByte();
                                        MSG_ReadString();
                                }
                                else