[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677
darin
darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:17:29 UTC 2009
The following commit has been merged in the debian/unstable branch:
commit 7111dfc91494233928360682389ba5415170896d
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Jun 7 19:59:47 2002 +0000
* WebKit.pbproj/project.pbxproj: Don't use any warning flags for C that won't work
for C++, because PFE uses the C warning flags on a C++ compile.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1294 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 97c37ae..989f51b 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,8 @@
+2002-06-07 Darin Adler <darin at apple.com>
+
+ * WebKit.pbproj/project.pbxproj: Don't use any warning flags for C that won't work
+ for C++, because PFE uses the C warning flags on a C++ compile.
+
2002-06-07 Chris Blumenberg <cblu at apple.com>
Made IFWebController a class.
diff --git a/WebKit/ChangeLog-2002-12-03 b/WebKit/ChangeLog-2002-12-03
index 97c37ae..989f51b 100644
--- a/WebKit/ChangeLog-2002-12-03
+++ b/WebKit/ChangeLog-2002-12-03
@@ -1,3 +1,8 @@
+2002-06-07 Darin Adler <darin at apple.com>
+
+ * WebKit.pbproj/project.pbxproj: Don't use any warning flags for C that won't work
+ for C++, because PFE uses the C warning flags on a C++ compile.
+
2002-06-07 Chris Blumenberg <cblu at apple.com>
Made IFWebController a class.
diff --git a/WebKit/WebKit.pbproj/project.pbxproj b/WebKit/WebKit.pbproj/project.pbxproj
index 8d76667..2ead55a 100644
--- a/WebKit/WebKit.pbproj/project.pbxproj
+++ b/WebKit/WebKit.pbproj/project.pbxproj
@@ -147,7 +147,7 @@
PRODUCT_NAME = WebKit;
SECTORDER_FLAGS = "";
USE_GCC3_PFE_SUPPORT = YES;
- WARNING_CFLAGS = "$(WARNING_COMMONFLAGS) -Wbad-function-cast -Wmissing-declarations -Wnested-externs";
+ WARNING_CFLAGS = "$(WARNING_COMMONFLAGS)";
WARNING_COMMONFLAGS = "-Werror -Wall -W -Wcast-align -Wchar-subscripts -Wformat-security -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-format-y2k -Wno-unused-parameter";
WARNING_CPLUSPLUSFLAGS = "$(WARNING_COMMONFLAGS)";
WRAPPER_EXTENSION = framework;
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list