* util/grub-mklayout.c (console_grub_equivalence): Make "layout"
a const char *. (argp_parser): Remove unused variable.
This commit is contained in:
parent
31731fc04f
commit
15b81d49bc
2 changed files with 7 additions and 3 deletions
|
@ -52,7 +52,7 @@ static struct argp_option options[] = {
|
|||
|
||||
struct console_grub_equivalence
|
||||
{
|
||||
char *layout;
|
||||
const char *layout;
|
||||
grub_uint32_t grub;
|
||||
};
|
||||
|
||||
|
@ -419,8 +419,6 @@ argp_parser (int key, char *arg, struct argp_state *state)
|
|||
know is a pointer to our arguments structure. */
|
||||
struct arguments *arguments = state->input;
|
||||
|
||||
char *p;
|
||||
|
||||
switch (key)
|
||||
{
|
||||
case 'i':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue