Bug 39596 - [EFL] Reorder class initializers to remove compiler warnings
Summary: [EFL] Reorder class initializers to remove compiler warnings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-24 08:17 PDT by Lucas De Marchi
Modified: 2010-05-28 07:56 PDT (History)
4 users (show)

See Also:


Attachments
fix compiler warnings (6.53 KB, patch)
2010-05-24 08:19 PDT, Lucas De Marchi
no flags Details | Formatted Diff | Diff
fix compiler warnings (6.55 KB, patch)
2010-05-24 09:09 PDT, Lucas De Marchi
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas De Marchi 2010-05-24 08:17:26 PDT
The following patch reorder some initializers in order to have no complaints by gcc.
Comment 1 Lucas De Marchi 2010-05-24 08:19:07 PDT
Created attachment 56889 [details]
fix compiler warnings
Comment 2 WebKit Review Bot 2010-05-24 08:30:21 PDT
Attachment 56889 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebCore/ChangeLog:6:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 1 in 4 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Lucas De Marchi 2010-05-24 09:08:46 PDT
Comment on attachment 56889 [details]
fix compiler warnings

clearing flags.
Comment 4 Lucas De Marchi 2010-05-24 09:09:23 PDT
Created attachment 56893 [details]
fix compiler warnings
Comment 5 WebKit Commit Bot 2010-05-28 07:56:25 PDT
Comment on attachment 56893 [details]
fix compiler warnings

Clearing flags on attachment: 56893

Committed r60358: <http://trac.webkit.org/changeset/60358>
Comment 6 WebKit Commit Bot 2010-05-28 07:56:31 PDT
All reviewed patches have been landed.  Closing bug.