View | Details | Raw Unified | Return to bug 279071
Collapse All | Expand All

(-)b/stand/efi/boot1/Makefile (-3 / +4 lines)
Lines 12-22 CFLAGS+= -DEFI_BOOT1 Link Here
12
# seems to matter on arm64 where wchar_t defaults to an int instead
12
# seems to matter on arm64 where wchar_t defaults to an int instead
13
# of a short. There's no good cast to use here so just ignore the
13
# of a short. There's no good cast to use here so just ignore the
14
# warnings for now.
14
# warnings for now.
15
CWARNFLAGS.proto.c+=	-Wno-format
15
CWARNFLAGS.proto.c      += -Wno-format
16
CWARNFLAGS.boot1.c+=	-Wno-format
16
CWARNFLAGS.boot1.c      += -Wno-format
17
CWARNFLAGS.ufs_module.c += -Wno-format
18
CWARNFLAGS.zfs_module.c += -Wno-format
17
19
18
# Disable bogus alignment issues
20
# Disable bogus alignment issues
19
CWARNFLAGS.ufs_module.c += -Wno-format
20
CWARNFLAGS.ufs_module.c += -Wno-cast-align
21
CWARNFLAGS.ufs_module.c += -Wno-cast-align
21
22
22
# Disable warnings that are currently incompatible with the zfs boot code
23
# Disable warnings that are currently incompatible with the zfs boot code

Return to bug 279071