]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_main.c
fixed several warnings that appear with -std=gnu99 -pedantic
[xonotic/darkplaces.git] / cl_main.c
index 768b2004b9d4ff95e250453d769e1e7b6189bfdf..0cb016a842b007468bba7595d6df6149184da3ee 100644 (file)
--- a/cl_main.c
+++ b/cl_main.c
@@ -1918,7 +1918,7 @@ void CL_Locs_FreeNode(cl_locnode_t *node)
                        return;
                }
        }
-       Con_Printf("CL_Locs_FreeNode: no such node! (%p)\n", node);
+       Con_Printf("CL_Locs_FreeNode: no such node! (%p)\n", (void *)node);
 }
 
 void CL_Locs_AddNode(vec3_t mins, vec3_t maxs, const char *name)