[Webkit-unassigned] [Bug 27709] New: [Qt] Disable some more warnings for the win build
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 27 06:30:59 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27709
Summary: [Qt] Disable some more warnings for the win build
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: WebKit Qt
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: laszlo.1.gombos at nokia.com
I propose to disable the following windows warnings for the QtWebKit windows
build. All of these warnings are disabled for the Safari Windows build as well.
warning C4503: decorated name length exceeded, name was truncated
warning C4800: 'BOOL' : forcing value to bool 'true' or 'false' (performance
warning)
warning C4819: The file contains a character that cannot be represented in the
current code page (XXX). Save the file in Unicode format to prevent data loss"
-- see r46398
warning C4996: This function or variable may be unsafe. Consider using YYY
instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help
for details.
I would like to also propose to apply these options in WebKit.pri so that they
are applicable for the entire QtWebKit project and not just for QtWebKit.dll.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list