From baa222bb0847b8153a00a8cbf67cfbb9694325b9 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 22 Sep 2019 14:16:07 +0200 Subject: Fixed several GCC warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 39f168c..4afcb27 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ build: clean stripped=$$(echo "$${line}" | sed -r 's/\//_/g'); \ stripped=$${stripped#??????}; \ stripped=$${stripped%%?}o; \ - i686-elf-gcc -c ./"$${line}" -o ./build/"$${stripped}" -std=gnu99 -ffreestanding -O2 -Wall -Wextra || exit; \ + i686-elf-gcc -c ./"$${line}" -o ./build/"$${stripped}" -std=gnu99 -ffreestanding -O2 -Wall -Wextra -Wno-unused-parameter || exit; \ done <./build/tmp; \ rm ./build/tmp; \ -- cgit v1.2.3