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

@@ -750,7 +750,6 @@ static int HitTopicsDisplay (
{
XmString * pTopicString;
XmString prefixString;
XmString labelString;
XmString *items;
char * tmpStr;
int i;
@@ -4922,10 +4921,12 @@ void _DtHelpGlobSrchDisplayDialog(
DtHelpDialogWidget hw = (DtHelpDialogWidget) w;
XmToggleButtonCallbackStruct status; /* the call data */
Widget sourceBtn; /* widget owning event */
#if 0
Dimension height;
Dimension width;
XmString labelString = NULL;
int n;
#endif
XmString labelString = NULL;
Arg args[10];
/* make the dialog itself */