[Webkit-unassigned] [Bug 97137] New: Warning in SandboxExtension.h if WEB_PROCESS_SANDBOX is not enabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 19 15:10:34 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=97137
Summary: Warning in SandboxExtension.h if WEB_PROCESS_SANDBOX
is not enabled
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: psolanki at apple.com
CC: benjamin at webkit.org
When WEB_PROCESS_SANDBOX is not enabled, the field m_size is never used. In this case the compiler gives the following warning
Source/WebKit2/Shared/SandboxExtension.h:90:16: error: private field 'm_size' is not used [-Werror,-Wunused-private-field]
size_t m_size;
^
1 error generated.
--
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