]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/lib/xzembed/xz_dec_lzma2.c: Make -Wattributes not cause
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 23 Aug 2013 06:58:34 +0000 (08:58 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 23 Aug 2013 06:58:34 +0000 (08:58 +0200)
error.

ChangeLog
grub-core/lib/xzembed/xz_dec_lzma2.c

index b57af6cd8a575ef591ae6ea494f9bf665a87a0a6..5046ad77714baa9ac6925460513c490256a2d46f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 4f4fb85459ab4996404f7e1c7d316bc02c28c658..8a2a1183dde9fc1e0dcc9b1efc3ba74e3a499d2d 100644 (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.
  */