projects
/
rodin
/
chimara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abbecf5
)
Got rid of unused variable warnings in gi_blorb.c
author
Philip Chimento
<philip.chimento@gmail.com>
Tue, 26 May 2009 20:14:59 +0000
(20:14 +0000)
committer
Philip Chimento
<philip.chimento@gmail.com>
Tue, 26 May 2009 20:14:59 +0000
(20:14 +0000)
git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@95
ddfedd41
-794f-dd11-ae45-
00112f111e67
libchimara/gi_blorb.c
patch
|
blob
|
history
diff --git
a/libchimara/gi_blorb.c
b/libchimara/gi_blorb.c
index 9f4c031b709e642a2e2d9a2f0ae3cb160f8461b8..a37c8a838705e0ddf35677b8ceee41e2fc36d06a 100644
(file)
--- a/
libchimara/gi_blorb.c
+++ b/
libchimara/gi_blorb.c
@@
-227,7
+227,6
@@
static giblorb_err_t giblorb_initialize_map(giblorb_map_t *map)
giblorb_err_t err;
char *ptr;
glui32 len;
- glui32 val;
glui32 numres;
int gotindex = FALSE;
@@
-396,7
+395,6
@@
giblorb_err_t giblorb_load_chunk_by_number(giblorb_map_t *map,
case giblorb_method_Memory:
if (!chu->ptr) {
- giblorb_err_t err;
glui32 readlen;
void *dat = giblorb_malloc(chu->len);
@@
-515,7
+513,7
@@
static int sortsplot(giblorb_resdesc_t *v1, giblorb_resdesc_t *v2)
static void giblorb_qsort(giblorb_resdesc_t **list, int len)
{
- int ix, jx, res
, val
;
+ int ix, jx, res;
giblorb_resdesc_t *tmpptr, *pivot;
if (len < 6) {