summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/buildit2
-rw-r--r--src/cxa_exception.hpp2
2 files changed, 2 insertions, 2 deletions
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-*)
diff --git a/src/cxa_exception.hpp b/src/cxa_exception.hpp
index d70de0e..cf019d4 100644
--- a/src/cxa_exception.hpp
+++ b/src/cxa_exception.hpp
@@ -115,4 +115,4 @@ static const uint64_t get_vendor_and_language = 0xFFFFFFFFFFFFFF00; // mask
extern "C" void __cxa_free_dependent_exception (void * dependent_exception);
#pragma GCC visibility pop
-} \ No newline at end of file
+}