grub/util
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
..
bash-completion.d Fix incorrect identifiers in bash-completion. 2011-09-28 14:19:21 +02:00
grub.d Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
i386/efi Merge mainline into install 2010-09-15 14:46:53 +02:00
ieee1275 Clarify and unify messages. 2012-02-05 11:23:47 +01:00
powerpc/ieee1275 Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
argp_common.c Migrate grub-mkimage.c to argp. 2012-02-03 21:18:37 +01:00
bin2h.c * util/bin2h.c (main): Fix spelling error in generated output. 2010-11-02 22:51:51 +00:00
devicemap.c * util/sparc64/ieee1275/misc.c: New file. 2009-04-22 09:57:39 +00:00
getroot.c * util/getroot.c (grub_find_device): Respect format security. 2012-02-10 13:17:12 +01:00
grub-editenv.c * util/grub-editenv.c (argp_parser): Make static. 2012-02-10 13:26:19 +01:00
grub-fstest.c * util/grub-mount.c (fuse_init): Avoid improper use of strings. 2012-02-10 14:12:43 +01:00
grub-install.in Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
grub-kbdcomp.in Clarify and unify messages. 2012-02-05 11:23:47 +01:00
grub-macho2img.c * util/grub-macho2img.c: Add comment concerning gettext. 2011-11-11 20:52:41 +01:00
grub-menulst2cfg.c Improve and unify messages. 2012-02-05 11:07:33 +01:00
grub-mkconfig.in Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
grub-mkconfig_lib.in Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
grub-mkfont.c * util/grub-mkfont.c (grub_font_info): Make name a const char *. 2012-02-10 13:31:43 +01:00
grub-mkimage.c * util/grub-mkimage.c (compress_kernel_lzma): Respect format security. 2012-02-10 13:56:18 +01:00
grub-mkimagexx.c * util/grub-mkimage.c (compress_kernel_lzma): Respect format security. 2012-02-10 13:56:18 +01:00
grub-mklayout.c * util/grub-mklayout.c (console_grub_equivalence): Make "layout" 2012-02-10 13:42:00 +01:00
grub-mknetdir.in * util/grub-mknetdir.in: Use . rather than source for POSIX 2012-02-08 20:27:46 +01:00
grub-mkpasswd-pbkdf2.c * util/grub-mkpasswd-pbkdf2.c (argp_parser): Remove unused variable. 2012-02-10 13:44:57 +01:00
grub-mkrelpath.c * util/grub-mkrelpath.c (argp_parser): Remove unused variable. 2012-02-10 13:47:04 +01:00
grub-mkrescue.in Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
grub-mkstandalone.in * util/grub-mkstandalone.in: Fix modules directory. 2012-02-09 14:45:56 +01:00
grub-mount.c * util/grub-mount.c (fuse_init): Avoid improper use of strings. 2012-02-10 14:12:43 +01:00
grub-pe2elf.c Improve and unify messages. 2012-02-05 11:07:33 +01:00
grub-probe.c * util/grub-probe.c (probe): Don't call gettext on already translated 2012-02-10 12:57:00 +01:00
grub-reboot.in * util/grub-reboot.in: Add missing datarootdir. 2012-02-03 21:30:05 +01:00
grub-script-check.c * util/grub-script-check.c (argp_parser): Remove unused variable. 2012-02-10 12:54:40 +01:00
grub-set-default.in * util/grub-reboot.in: Add missing datarootdir. 2012-02-03 21:30:05 +01:00
grub-setup.c * util/grub-setup.c (setup): Remove unused variable. Avoid shadowing. 2012-02-10 13:49:24 +01:00
import_gcry.py Increase warning level. 2012-02-10 16:48:48 +01:00
import_unicode.py * include/grub/unicode.h (grub_unicode_compact_range): Replace end with 2011-12-25 16:03:42 +01:00
lvm.c 2011-10-09 Robert Millan <rmh@gnu.org> 2011-10-09 21:13:00 +02:00
misc.c * util/misc.c (grub_util_write_image_at): Fix format specification. 2012-02-10 12:52:46 +01:00
raid.c Improve and unify messages. 2012-02-05 11:07:33 +01:00
resolve.c Improve and unify messages. 2012-02-05 11:07:33 +01:00