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

@@ -598,7 +598,9 @@ FILE_NO to_file; /* ..to (not thru) file "to_file" */
PAGE_ENTRY FAR *pg_ptr;
PGZERO FAR *pgzero_ptr;
FILE_ENTRY FAR *file_ptr;
#ifndef SINGLE_USER
int FAR *appl_ptr, FAR *excl_ptr;
#endif
#ifndef SINGLE_USER
/*
@@ -705,7 +707,9 @@ FILE_NO to_file; /* ..to (not thru) file "to_file" */
int dio_flush()
{
register int pgt_lc; /* loop control */
#ifndef NO_TRANS
int fno;
#endif
PAGE_ENTRY FAR *pg_ptr;
LOOKUP_ENTRY FAR *lu_ptr;