Bug 39596

Summary: [EFL] Reorder class initializers to remove compiler warnings
Product: WebKit Reporter: Lucas De Marchi <lucas.de.marchi>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: barbieri, commit-queue, kenneth, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
fix compiler warnings
none
fix compiler warnings none

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.