Bug 80601 - [BlackBerry] Fix cast-align warning in QuotesData.cpp
Summary: [BlackBerry] Fix cast-align warning in QuotesData.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Rob Buis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-08 08:45 PST by Rob Buis
Modified: 2012-03-13 09:23 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.54 KB, patch)
2012-03-08 08:58 PST, Rob Buis
zimmermann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Buis 2012-03-08 08:45:56 PST
In static member function 'static WebCore::QuotesData* WebCore::QuotesData::create(int)':
Source/WebCore/rendering/style/QuotesData.cpp:34:45: warning: cast from 'char*' to 'WebCore::QuotesData*' increases required alignment of target type [-Wcast-align]
Comment 1 Rob Buis 2012-03-08 08:58:31 PST
Created attachment 130831 [details]
Patch
Comment 2 Nikolas Zimmermann 2012-03-13 08:49:01 PDT
Comment on attachment 130831 [details]
Patch

Looks sane.
Comment 3 Rob Buis 2012-03-13 09:23:38 PDT
Landed in 110571.