From 3eea106c3c856b1f75823df4b51e3fb152014086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Mon, 19 Jul 2021 09:12:36 +0200 Subject: Explicitly disable GCC's -Wmisleading-indentation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7fc3ccb..57ff1bb 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .POSIX: SHELL = /bin/sh -CXXFLAGS = -g -std=c++14 -Wall -Wextra -pedantic +CXXFLAGS = -g -std=c++14 -Wall -Wextra -Wno-misleading-indentation -pedantic CPPFLAGS = `sed -ne '/^project (\([^ )]*\) VERSION \([^ )]*\).*/ \ s//-DPROJECT_NAME="\1" -DPROJECT_VERSION="\2"/p' CMakeLists.txt` -- cgit v1.2.3