From 65270af7340176be98e51706e06ad5df4f689ca3 Mon Sep 17 00:00:00 2001 From: Christian kimocoder Date: Sun, 27 Aug 2017 17:55:47 +0200 Subject: [PATCH] removed warnings * Removed "Wno-misleading-indentation" warning * Removed "Wno-date-time warning --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 68edb54..1279ac7 100755 --- a/Makefile +++ b/Makefile @@ -13,6 +13,8 @@ EXTRA_CFLAGS += -Wno-unused-label EXTRA_CFLAGS += -Wno-unused-parameter 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-error=date-time # Fix compile error on gcc 4.9 and later