dtcalc: Resolve 43 warnings that would be introduced with -Wunused-variable or -Wall

Basically 43 local variables declared in functions and then never used.
This commit is contained in:
Peter Howkins
2012-11-05 16:44:29 +00:00
parent 2c10f0d62b
commit a0da2db479
5 changed files with 11 additions and 37 deletions

View File

@@ -442,7 +442,6 @@ GetHelpDialog()
HelpStruct *pHelp;
Arg args[5];
int n;
if(pHelpCache == (HelpStruct *)NULL)
{