* include/grub/crypto.h (grub_crypto_xor): Fix cast-align warning.

This commit is contained in:
Vladimir Serbinenko 2013-12-21 15:35:15 +01:00
parent ae558c2ccf
commit 8a913e664e
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/crypto.h (grub_crypto_xor): Fix cast-align warning.
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
Enable -Wformat=2 if it's supported.