From 574db0ab55555a3365410425976f2b18c998ed33 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 16 Aug 2017 09:06:58 -0400 Subject: [PATCH] add -Wno-misleading-indentation to compile flags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df89e2c..482541b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ I2PD_PATH = i2pd LIBI2PD_PATH = $(I2PD_PATH)/libi2pd LIBI2PD_CLIENT_PATH = $(I2PD_PATH)/libi2pd_client CXX = g++ -FLAGS = -g -Wall -std=c++11 +FLAGS = -g -Wall -std=c++11 -Wno-misleading-indentation INCFLAGS = -I$(LIBI2PD_PATH) -I$(LIBI2PD_CLIENT_PATH) -I$(I2PD_PATH) CXXFLAGS = $(FLAGS) $(INCFLAGS) LDFLAGS = -Wl,-rpath,/usr/local/lib