Low-hanging fruit: Fix most warnings in lib/DtSearch.
Most of these are related to missing includes and prototypes as well as parens/braces. A few are also potential 64bit issues.
This commit is contained in:
committed by
Jon Trulson
parent
0bbd4ff9aa
commit
a1cbcd24db
@@ -169,6 +169,8 @@ static long tot_addr_count; /* may be > reccount bcs deletes */
|
||||
static int vistano;
|
||||
static float *wtvec = NULL;
|
||||
|
||||
extern void find_keyword (char *cur_word, int vista_num);
|
||||
extern void read_wordstr (struct or_hwordrec * glob_word, int vista_num);
|
||||
|
||||
/************************************************/
|
||||
/* */
|
||||
|
||||
Reference in New Issue
Block a user