Skip to content

Commit 3c5604a

Browse files
committed
* grub-core/lib/xzembed/xz_dec_lzma2.c: Make -Wattributes not cause
error.
1 parent d9c5336 commit 3c5604a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ChangeLog

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2013-08-23 Vladimir Serbinenko <[email protected]>
2+
3+
* grub-core/lib/xzembed/xz_dec_lzma2.c: Make -Wattributes not cause
4+
error.
5+
16
2013-08-23 Vladimir Serbinenko <[email protected]>
27

38
* config.h.in [GRUB_BUILD]: Explicitly undefine ENABLE_NLS.

grub-core/lib/xzembed/xz_dec_lzma2.c

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
#include "xz_private.h"
2525
#include "xz_lzma2.h"
2626

27+
#pragma GCC diagnostic warning "-Wattributes"
28+
2729
/*
2830
* Range decoder initialization eats the first five bytes of each LZMA chunk.
2931
*/

0 commit comments

Comments
 (0)