Add -Wshadow and deal with the warnings.
This commit is contained in:
@@ -137,7 +137,6 @@ main(int argc, char **argv)
|
||||
|
||||
{
|
||||
char *new = NULL, *old = NULL;
|
||||
int aret;
|
||||
|
||||
aret = asprintf(&old, "%s.old", keyfile);
|
||||
if (aret == -1) {
|
||||
|
Reference in New Issue
Block a user