summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRegia König2022-03-11 16:38:10 +0100
committerRegia König2022-03-11 16:38:10 +0100
commit39b4c8969cd02217523e2a0649be4a0a4c2d75f1 (patch)
treed0b346e4370cdbaef78f5aa132b60205d0fe35f0
parentFix ulong to int conversion warning (diff)
downloadmemtest86-39b4c8969cd02217523e2a0649be4a0a4c2d75f1.tar.gz
memtest86-39b4c8969cd02217523e2a0649be4a0a4c2d75f1.tar.xz
memtest86-39b4c8969cd02217523e2a0649be4a0a4c2d75f1.zip
asd
-rw-r--r--efi_memtest/Makefile3
-rw-r--r--efi_memtest/MemtestEfi.debugbin2506896 -> 0 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/efi_memtest/Makefile b/efi_memtest/Makefile
index 2b010f3..7447e2c 100644
--- a/efi_memtest/Makefile
+++ b/efi_memtest/Makefile
@@ -12,7 +12,7 @@ CFLAGS += -Wdouble-promotion
CFLAGS += -Wformat=2 -Wformat-truncation -Wformat-overflow
CFLAGS += -Wundef # for undefined macros
#CFLAGS += -Wno-array-bounds
-CFLAGS += -Wconversion
+CFLAGS += -Wconversion -Wno-error=conversion
CFLAGS += -Wpadded -Wno-error=padded
CFLAGS += -Wno-error=unused-parameter
@@ -225,6 +225,7 @@ clean:
rm -f Efi_Defs.obj
rm -f MemtestEfi.lib
rm -f MemtestEfi.obj.deps
+ rm -f *.debug
move:
cp MemtestEfi.efi ../test_code/hda-contents
diff --git a/efi_memtest/MemtestEfi.debug b/efi_memtest/MemtestEfi.debug
deleted file mode 100644
index e9a4153..0000000
--- a/efi_memtest/MemtestEfi.debug
+++ /dev/null
Binary files differ