From 1580f8b4401b5f7e6ead12c94cafd42bb045ec6b Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Tue, 9 Sep 2014 19:20:03 +0200 Subject: started fixing gcc warnings --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5a2ded7..278f72c 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ CC=i686-elf-gcc CFLAGS=-ffreestanding -nostdlib -lgcc -std=gnu11 CFLAGS+= -I. +CFLAGS+= -Wno-implicit-function-declaration #CFLAGS+=-fdata-sections -ffunction-sections #CFLAGS+= -Werror -- cgit v1.2.3