From 74ecc63c3f0f72848cf0deb509e194a29487d83b Mon Sep 17 00:00:00 2001 From: Dave Zarzycki Date: Wed, 22 Feb 2012 05:25:00 +0000 Subject: Pedantic fix: missing newline at EOF git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@151132 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/buildit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/buildit b/lib/buildit index 51b9a81..d1d2acd 100755 --- a/lib/buildit +++ b/lib/buildit @@ -27,7 +27,7 @@ then RC_ProjectSourceVersion=1 fi -EXTRA_FLAGS="-std=c++0x -stdlib=libc++ -fstrict-aliasing -Wstrict-aliasing=2" +EXTRA_FLAGS="-std=c++0x -stdlib=libc++ -fstrict-aliasing -Wstrict-aliasing=2 -Wnewline-eof" case $TRIPLE in *-apple-*) -- cgit v1.2.3