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

@@ -94,7 +94,7 @@ char *appname ; /* Application name. */
char *resource ; /* X resource to search for. */
{
char app[MAXLINE], res[MAXLINE] ;
char cstr[MAXLINE], nstr[MAXLINE], str[MAXLINE] ;
char cstr[MAXLINE], nstr[MAXLINE] ;
char *str_type[20] ;
XrmValue value ;