* grub-core/lib/xzembed/xz_dec_lzma2.c: Make -Wattributes not cause
error.
This commit is contained in:
parent
489724952c
commit
64463dfde4
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-08-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/lib/xzembed/xz_dec_lzma2.c: Make -Wattributes not cause
|
||||
error.
|
||||
|
||||
2013-08-23 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* config.h.in [GRUB_BUILD]: Explicitly undefine ENABLE_NLS.
|
||||
|
|
|
@ -24,6 +24,8 @@
|
|||
#include "xz_private.h"
|
||||
#include "xz_lzma2.h"
|
||||
|
||||
#pragma GCC diagnostic warning "-Wattributes"
|
||||
|
||||
/*
|
||||
* Range decoder initialization eats the first five bytes of each LZMA chunk.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue