WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
97137
Warning in SandboxExtension.h if WEB_PROCESS_SANDBOX is not enabled
https://bugs.webkit.org/show_bug.cgi?id=97137
Summary
Warning in SandboxExtension.h if WEB_PROCESS_SANDBOX is not enabled
Pratik Solanki
Reported
2012-09-19 15:11:04 PDT
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.
Attachments
Patch
(1.35 KB, patch)
2012-09-19 15:17 PDT
,
Pratik Solanki
benjamin
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pratik Solanki
Comment 1
2012-09-19 15:17:06 PDT
Created
attachment 164783
[details]
Patch
Pratik Solanki
Comment 2
2012-09-19 15:23:29 PDT
Committed
r129049
: <
http://trac.webkit.org/changeset/129049
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug