libDtSearch: Resolve 137 -Wunused-variable warnings.

This commit is contained in:
Peter Howkins
2012-11-12 17:13:36 +00:00
parent 9040256676
commit 43cfaeaa65
16 changed files with 14 additions and 44 deletions

View File

@@ -278,7 +278,7 @@ int hc_encode (struct or_blobrec * targblobrec,
} un1;
static char temp1 [MAX_NUM_CHAR+1]; ...repl by blobrec;
************/
char *ptr, *targ, *src;
char *targ, *src;
int i, j;
char temp;
char ret_code = TRUE;