From 684e49e7fb07b19eff1dbdff80e5c8b6f4d25898 Mon Sep 17 00:00:00 2001 From: Christian kimocoder Date: Sun, 27 Aug 2017 18:08:43 +0200 Subject: [PATCH] fixed more warnings * Fixed more warnings on build/compilation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1279ac7..ad7b0b7 100755 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ EXTRA_CFLAGS += -Wno-unused-function EXTRA_CFLAGS += -Wno-unused EXTRA_CFLAGS += -Wno-date-time EXTRA_CFLAGS += -Wno-misleading-indentation -#EXTRA_CFLAGS += -Wno-uninitialized +EXTRA_CFLAGS += -Wno-uninitialized EXTRA_CFLAGS += -Wno-error=date-time # Fix compile error on gcc 4.9 and later EXTRA_CFLAGS += -I$(src)/include