* grub-core/lib/xzembed/xz_dec_lzma2.c: Make -Wattributes not cause

error.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-08-23 08:58:34 +02:00
parent 489724952c
commit 64463dfde4
2 changed files with 7 additions and 0 deletions

View file

@ -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.

View file

@ -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.
*/