[v8/el6] drop -Wno-error=unused-local-typedefs

T.C. Hollingsworth patches at fedoraproject.org
Sat May 3 01:58:22 UTC 2014


commit fdf28818e320ee50309ebde87de184d798e983f2
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Fri May 2 18:57:33 2014 -0700

    drop -Wno-error=unused-local-typedefs
    
    accidentally merged from Fedora

 v8.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/v8.spec b/v8.spec
index 1819a6d..3c067cb 100644
--- a/v8.spec
+++ b/v8.spec
@@ -92,7 +92,7 @@ Development headers and libraries for v8.
 %endif
 
 # -fno-strict-aliasing is needed with gcc 4.4 to get past some ugly code
-PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS %{lrt} -fPIC -fno-strict-aliasing -Wno-unused-parameter -Wno-error=strict-overflow -Wno-error=unused-local-typedefs -Wno-unused-but-set-variable\'| sed "s/ /',/g" | sed "s/',/', '/g"`
+PARSED_OPT_FLAGS=`echo \'$RPM_OPT_FLAGS %{lrt} -fPIC -fno-strict-aliasing -Wno-unused-parameter -Wno-error=strict-overflow -Wno-unused-but-set-variable\'| sed "s/ /',/g" | sed "s/',/', '/g"`
 sed -i "s|'-O3',|$PARSED_OPT_FLAGS,|g" SConstruct
 
 # clear spurious executable bits


More information about the scm-commits mailing list