From a4cbf25e28fece665a13fd8a2b95e3f81c47dd25 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 Aug 2012 01:54:51 +0000 Subject: Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmissing-prototypes. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4634 a436a847-0d15-0410-975c-d299462d15a1 --- src/symap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/symap.c') diff --git a/src/symap.c b/src/symap.c index d9ceaa8..b0b594d 100644 --- a/src/symap.c +++ b/src/symap.c @@ -56,7 +56,7 @@ struct SymapImpl { }; Symap* -symap_new() +symap_new(void) { Symap* map = (Symap*)malloc(sizeof(Symap)); map->symbols = NULL; -- cgit v1.2.1