summaryrefslogtreecommitdiffstats
path: root/efi_memtest/Makefile
diff options
context:
space:
mode:
authorRegia König2022-03-11 16:18:19 +0100
committerRegia König2022-03-11 16:18:19 +0100
commiteb349f62cb4154143b24bb98ea3ac93a42164197 (patch)
tree5c70d7da581c785a4db1e504a22efd0888a4bc06 /efi_memtest/Makefile
parentAdd a bunch of flags for debugging (Warning flags) (diff)
downloadmemtest86-eb349f62cb4154143b24bb98ea3ac93a42164197.tar.gz
memtest86-eb349f62cb4154143b24bb98ea3ac93a42164197.tar.xz
memtest86-eb349f62cb4154143b24bb98ea3ac93a42164197.zip
Fix ulong to int conversion warning
Diffstat (limited to 'efi_memtest/Makefile')
-rw-r--r--efi_memtest/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/efi_memtest/Makefile b/efi_memtest/Makefile
index ed061bd..2b010f3 100644
--- a/efi_memtest/Makefile
+++ b/efi_memtest/Makefile
@@ -13,7 +13,8 @@ CFLAGS += -Wformat=2 -Wformat-truncation -Wformat-overflow
CFLAGS += -Wundef # for undefined macros
#CFLAGS += -Wno-array-bounds
CFLAGS += -Wconversion
-CFLAGS += -Wpadded
+CFLAGS += -Wpadded -Wno-error=padded
+CFLAGS += -Wno-error=unused-parameter
CFLAGS += -fno-builtin