grub/grub-core
Vladimir 'phcoder' Serbinenko ebcecdf1c3 Increase warning level.
* conf/Makefile.common (CFLAGS_GNULIB): Add -Wno-redundant-decls
	-Wno-unreachable-code -Wno-conversion -Wno-old-style-definition.
	* configure.ac (HOST_CFLAGS): Add bunch of -W arguments.
	(TARGET_CFLAGS): Likewise.
	(HOST_CFLAGS): Add -Werror unless --disable-werror is activated.
	* grub-core/Makefile.core.def (decompressor_xz): Add
	-Wno-unreachable-code.
	(normal): Add -Wno-redundant-decls.
	(xzio): Add -Wno-unreachable-code.
	(lzopio): Add -Wno-redundant-decls -Wno-error.
	* grub-core/commands/acpi.c: Add exception to -Wcast-align.
	* grub-core/commands/lsacpi.c: Add exception to -Wcast-align.
	* grub-core/gensymlist.sh: Add exception to -Wmissing-format-attribute.
	* grub-core/kern/dl.c: Add exception to -Wcast-align.
	* grub-core/kern/efi/efi.c (grub_efi_modules_addr): Likewise.
	* grub-core/kern/i386/coreboot/init.c: Add exception to
	-Wsuggest-attribute=noreturn.
	* grub-core/kern/ia64/dl.c: Add exception to -Wcast-align.
	* grub-core/kern/ia64/dl_helper.c: Likewise.
	* grub-core/kern/mips/dl.c: Likewise.
	* grub-core/kern/sparc64/dl.c: Likewise.
	* grub-core/lib/LzmaEnc.c: Add exception to -Wshadow.
	* grub-core/lib/libgcrypt_wrap/cipher_wrap.h (memcpy): Likewise.
	(memcmp): Likewise.
	* grub-core/lib/pbkdf2.c: Add exception to -Wunreachable-code.
	* grub-core/loader/ia64/efi/linux.c: Add exception to -Wcast-align.
	* grub-core/loader/mips/linux.c: Likewise.
	* grub-core/loader/multiboot_elfxx.c: Likewise.
	* grub-core/script/parser.y: Add exception to -Wunreachable-code.
	* grub-core/video/sm712.c: Add exception to -Wcast-align.
	* util/import_gcry.py: Add -Wno-cast-align to modules checked by hand.
	* grub-core/font/font.c (grub_font_loader_init): Add explicit cast and
	fixme.
	* grub-core/fs/iso9660.c (grub_iso9660_iterate_dir): Likewise.
	* grub-core/kern/i386/multiboot_mmap.c (grub_machine_mmap_init):
	Fix prototype.
2012-02-10 16:48:48 +01:00
..
boot * grub-core/boot/i386/pc/lnxboot.S: Use 2012-01-29 23:20:02 +01:00
bus * grub-core/bus/usb/ehci.c (grub_ehci_ehcc_read32): Restructure to 2012-02-09 23:18:53 +01:00
commands Increase warning level. 2012-02-10 16:48:48 +01:00
disk * grub-core/disk/geli.c (grub_md_sha256_real): Respect format security. 2012-02-10 14:01:53 +01:00
efiemu * grub-core/efiemu/loadcore_common.c (grub_efiemu_loadcore_load): 2012-02-09 22:57:51 +01:00
font Increase warning level. 2012-02-10 16:48:48 +01:00
fs Increase warning level. 2012-02-10 16:48:48 +01:00
gettext Move platform-dependent files from $prefix to $prefix/$platform. 2012-02-04 21:47:29 +01:00
gfxmenu Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
gnulib * grub-core/gnulib/regex.h (re_pattern_buffer): Declare buffer as 2012-02-09 23:40:17 +01:00
hello Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
hook * grub-core/hook/datehook.c (grub_read_hook_datetime): Small stylistic 2011-11-11 21:03:49 +01:00
io Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
kern Increase warning level. 2012-02-10 16:48:48 +01:00
lib Increase warning level. 2012-02-10 16:48:48 +01:00
loader Increase warning level. 2012-02-10 16:48:48 +01:00
mmap Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
net * grub-core/disk/diskfilter.c (read_segment): Renome unreachable code. 2012-02-09 23:43:43 +01:00
normal Fix `help' with unloaded modules. 2012-02-09 14:38:34 +01:00
partmap * grub-core/partmap/bsdlabel.c (iterate_real): Fix freeing of static 2012-02-10 12:43:11 +01:00
parttool Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
script Increase warning level. 2012-02-10 16:48:48 +01:00
term Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
tests Replace single-linked with double-linked lists. It results in more 2012-01-24 13:31:12 +01:00
video Increase warning level. 2012-02-10 16:48:48 +01:00
gdb_grub.in Add facility to debug GRUB with gdb under qemu. 2011-11-13 22:59:46 +01:00
genemuinit.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genemuinitheader.sh automake commit without merge history 2010-05-06 11:34:04 +05:30
genmod.sh.in * grub-core/genmod.sh.in: Use 'set -e' rather than '#! /bin/sh -e', 2011-05-18 12:53:07 +01:00
genmoddep.awk use objcopy instead of creating mod-*.c and mod-*.o 2010-08-29 16:43:07 +05:30
gensyminfo.sh.in * grub-core/genmod.sh.in: Use 'set -e' rather than '#! /bin/sh -e', 2011-05-18 12:53:07 +01:00
gensymlist.sh Increase warning level. 2012-02-10 16:48:48 +01:00
gentrigtables.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
gmodule.pl.in Add facility to debug GRUB with gdb under qemu. 2011-11-13 22:59:46 +01:00
Makefile.am Move chainloader_real_boot out of the kernel 2011-10-21 00:16:59 +02:00
Makefile.core.def Increase warning level. 2012-02-10 16:48:48 +01:00
modinfo.sh.in Unify grub-mkrescue (except powerpc) and grrub-mknetdir across platforms 2011-05-18 01:38:01 +02:00