From 22357decdbdd612a00bcfa9291b767e6f068fd9f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 19 Feb 2013 22:06:09 -0500 Subject: Enable and fix a bunch of GCC warnings. --- (limited to 'src/resources/resource.c') diff --git a/src/resources/resource.c b/src/resources/resource.c index ebfcf27..90df5c2 100644 --- a/src/resources/resource.c +++ b/src/resources/resource.c @@ -4,7 +4,7 @@ #include "../logging.h" -inline void * +void * resource_alloc(const char *path, size_t size) { void *new_res; -- cgit v0.9.1