summaryrefslogtreecommitdiff
path: root/community/mongodb/removeWerror.patch
blob: c5220cc1e8ea3d238277dcefa6507c7b57003f64 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/SConstruct	2013-03-16 02:59:55.000000000 +0800
+++ b/SConstruct	2013-03-20 10:55:20.009645869 +0800
@@ -692,7 +692,7 @@
                          "-Winvalid-pch"] )
     # env.Append( " -Wconversion" ) TODO: this doesn't really work yet
     if linux:
-        env.Append( CCFLAGS=["-Werror", "-pipe"] )
+        env.Append( CCFLAGS=["-pipe"] )
         if not has_option('clang'):
             env.Append( CCFLAGS=["-fno-builtin-memcmp"] ) # glibc's memcmp is faster than gcc's