commit: 26a5965e9cef652e755b45175c424fa117d7b87e
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 15:26:17 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 15:26:17 2016 +0000
URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=26a5965e
build: include -Wmisleading-indentation when available
Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index b09c3b0..f6fc827 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,8 @@ _WFLAGS := \
-Wdeclaration-after-statement \
-Wextra \
-Wsequence-point \
- -Wstrict-overflow
+ -Wstrict-overflow \
+ -Wmisleading-indentation
WFLAGS := -Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \
-Wmissing-declarations -Wmissing-prototypes -Wwrite-strings \
-Wbad-function-cast -Wnested-externs -Wcomment -Winline \