]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - clvm_cmds.c
get rid of more clang warnings
[xonotic/darkplaces.git] / clvm_cmds.c
index 9c1247ce9a7da96ae35ea46893a710634fe43942..74326a44b0471c273d4997a3a0364cdb9674f9fd 100644 (file)
@@ -1545,7 +1545,7 @@ static void VM_CL_ReadPicture (void)
                        // texture found and loaded
                        // skip over the jpeg as we don't need it
                        for(i = 0; i < size; ++i)
-                               MSG_ReadByte();
+                               (void) MSG_ReadByte();
                }
                else
                {