From 22e0dce448864de137c4eb5ef90af2a948fb46dd Mon Sep 17 00:00:00 2001 From: VinceAle7082 Date: Wed, 31 Jul 2024 21:04:57 +0200 Subject: [PATCH] Idk why those files are here, so I removed them. --- src/bootloader/stage2/main.err | 3 --- src/bootloader/stage2/stdio.err | 35 --------------------------------- 2 files changed, 38 deletions(-) delete mode 100644 src/bootloader/stage2/main.err delete mode 100644 src/bootloader/stage2/stdio.err diff --git a/src/bootloader/stage2/main.err b/src/bootloader/stage2/main.err deleted file mode 100644 index d9b76d9..0000000 --- a/src/bootloader/stage2/main.err +++ /dev/null @@ -1,3 +0,0 @@ -stdio.h(5): Warning! W138: No newline at end of file -main.c(8): Warning! W138: No newline at end of file -main.c(4): Warning! W303: Parameter 'bootDrive' has been defined, but not referenced diff --git a/src/bootloader/stage2/stdio.err b/src/bootloader/stage2/stdio.err deleted file mode 100644 index a8b28db..0000000 --- a/src/bootloader/stage2/stdio.err +++ /dev/null @@ -1,35 +0,0 @@ -stdio.h(5): Warning! W138: No newline at end of file -x86.h(4): Warning! W138: No newline at end of file -stdio.c(31): Error! E1024: Declared symbol 'printf' is not in parameter list -stdio.c(31): Error! E1076: Missing semicolon at end of declaration -stdio.c(32): Error! E1034: Symbol 'argp' already defined -stdio.c(32): Note! I2002: 'argp' defined in: stdio.c(28) -stdio.c(32): Error! E1011: Symbol 'fmt' has not been declared -stdio.c(34): Error! E1034: Symbol 'length' already defined -stdio.c(34): Note! I2002: 'length' defined in: stdio.c(28) -stdio.c(35): Error! E1034: Symbol 'radix' already defined -stdio.c(35): Note! I2002: 'radix' defined in: stdio.c(28) -stdio.c(36): Error! E1034: Symbol 'sign' already defined -stdio.c(36): Note! I2002: 'sign' defined in: stdio.c(28) -stdio.c(38): Error! E1029: Expression must be 'pointer to ...' -stdio.c(43): Error! E1029: Expression must be 'pointer to ...' -stdio.c(49): Error! E1029: Expression must be 'pointer to ...' -stdio.c(49): Error! E1151: Parameter count does not agree with previous definition -stdio.c(49): Note! I2002: 'putc' defined in: stdio.c(4) -stdio.c(54): Error! E1029: Expression must be 'pointer to ...' -stdio.c(66): Error! E1038: Expecting label for goto statement -stdio.c(71): Error! E1029: Expression must be 'pointer to ...' -stdio.c(78): Error! E1038: Expecting label for goto statement -stdio.c(83): Error! E1029: Expression must be 'pointer to ...' -stdio.c(28): Warning! W303: Parameter 'sign' has been defined, but not referenced -stdio.c(28): Warning! W303: Parameter 'length' has been defined, but not referenced -stdio.c(28): Warning! W303: Parameter 'radix' has been defined, but not referenced -stdio.c(28): Warning! W303: Parameter 'argp' has been defined, but not referenced -stdio.c(132): Warning! W107: Missing return value for function 'printf_number' -stdio.c(135): Error! E1034: Symbol 'printf_number' already defined -stdio.c(137): Warning! W138: No newline at end of file -stdio.c(134): Warning! W303: Parameter 'sign' has been defined, but not referenced -stdio.c(134): Warning! W303: Parameter 'length' has been defined, but not referenced -stdio.c(134): Warning! W303: Parameter 'radix' has been defined, but not referenced -stdio.c(134): Warning! W303: Parameter 'argp' has been defined, but not referenced -stdio.c(137): Warning! W107: Missing return value for function 'printf_number'