* grub-core/normal/menu_entry.c (run): Quieten uninitialised
warning. (This was in fact always initialised before use, but GCC wasn't smart enough to prove that.) * grub-core/script/lexer.c (grub_script_lexer_yywrap): Likewise.
This commit is contained in:
parent
91dc607330
commit
05d2ed3277
3 changed files with 9 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2011-04-01 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* grub-core/normal/menu_entry.c (run): Quieten uninitialised
|
||||
warning. (This was in fact always initialised before use, but GCC
|
||||
wasn't smart enough to prove that.)
|
||||
* grub-core/script/lexer.c (grub_script_lexer_yywrap): Likewise.
|
||||
|
||||
2011-03-31 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/x86_64/efi/callwrap.S (efi_wrap_0): Preserve 16-byte
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue