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:
@@ -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 ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user