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
@@ -46,6 +46,7 @@
|
||||
|
||||
/* Rename database file
|
||||
*/
|
||||
int
|
||||
d_renfile(dbn, fno, fnm TASK_PARM)
|
||||
CONST char FAR *dbn; /* database containing file to be renamed */
|
||||
FILE_NO fno; /* file id number for file to be renamed */
|
||||
@@ -86,6 +87,7 @@ TASK_DECL
|
||||
|
||||
/* Process renamed file table
|
||||
*/
|
||||
int
|
||||
renfiles()
|
||||
{
|
||||
register int dbt_lc; /* loop control */
|
||||
|
||||
Reference in New Issue
Block a user