[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:12:37 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 15ed37f5ed7935f3f2ea67f5d5766e7b1209043c
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sun Nov 16 23:03:54 2003 +0000

            Reviewed by John.
    
    	- fixed 3483829 - JavaScriptCore needs workaround to compile on Merlot
    
            * JavaScriptCore.pbproj/project.pbxproj: Add -Wno-long-double to
    	warning flags.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5527 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/JavaScriptCore/ChangeLog b/JavaScriptCore/ChangeLog
index 9324b6d..3c7fcb7 100644
--- a/JavaScriptCore/ChangeLog
+++ b/JavaScriptCore/ChangeLog
@@ -1,3 +1,12 @@
+2003-11-16  Maciej Stachowiak  <mjs at apple.com>
+
+        Reviewed by John.
+
+	- fixed 3483829 - JavaScriptCore needs workaround to compile on Merlot
+	
+        * JavaScriptCore.pbproj/project.pbxproj: Add -Wno-long-double to
+	warning flags.
+
 === Safari-114 ===
 
 2003-11-13  Richard Williamson   <rjw at apple.com>
diff --git a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
index b788f73..046c5f2 100644
--- a/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
+++ b/JavaScriptCore/JavaScriptCore.pbproj/project.pbxproj
@@ -147,7 +147,7 @@
 				PRODUCT_NAME = JavaScriptCore;
 				SECTORDER_FLAGS = "-sectorder __TEXT __text /AppleInternal/OrderFiles/JavaScriptCore.order";
 				USE_GCC3_PFE_SUPPORT = YES;
-				WARNING_CFLAGS = "-Werror -Wall -W -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing-format-attribute -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter";
+				WARNING_CFLAGS = "-Werror -Wall -W -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing-format-attribute -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter -Wno-long-double";
 				WRAPPER_EXTENSION = framework;
 			};
 			dependencies = (

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list