libdthelp: Resolve 65 -Wunused-variable warnings

This commit is contained in:
Peter Howkins
2012-11-09 17:20:46 +00:00
parent 6f2a704bbd
commit 21feacd159
27 changed files with 16 additions and 59 deletions

View File

@@ -4420,7 +4420,6 @@ CompressLinkSeg(
_DtCvSegment *p_seg)
{
void *pChar;
wchar_t fChar;
int wcFlag;
/*
@@ -4461,7 +4460,6 @@ CompressLinkSeg(
strmove(((char *)pChar), &(((char *)pChar)[1]));
else
{
int i;
wchar_t *wcChar = (wchar_t *) pChar;
while (0 != wcChar[0])
@@ -10106,7 +10104,6 @@ _DtHelpCeFrmtSDLVolTitleToAscii(
{
char *abbrev = NULL;
int result = 0;
int done = 0;
_DtCvSegment *pHeadSeg;
_DtHelpCeLockInfo lockInfo;