RESOLVED FIXED 145913
[EFL] Fix deprecated declarations warnings related to WK2 versioned structs
https://bugs.webkit.org/show_bug.cgi?id=145913
Summary [EFL] Fix deprecated declarations warnings related to WK2 versioned structs
Csaba Osztrogonác
Reported 2015-06-12 03:22:16 PDT
for example: ------------- ../../Source/WebKit2/UIProcess/efl/ContextHistoryClientEfl.cpp:120:40: warning: 'WKContextHistoryClient' is deprecated: Use an explicit versioned struct instead [-Wdeprecated-declarations] memset(&wkHistoryClient, 0, sizeof(WKContextHistoryClient)); ^ ../../Source/WebKit2/UIProcess/API/C/WKContextHistoryClient.h:64:3: note: 'WKContextHistoryClient' has been explicitly marked deprecated here } WKContextHistoryClient __attribute__((deprecated("Use an explicit versioned struct instead"))); ^ 1 warning generated. ../../Source/WebKit2/UIProcess/efl/ContextMenuClientEfl.cpp:62:42: warning: 'WKPageContextMenuClient' is deprecated: Use an explicit versioned struct instead [-Wdeprecated-declarations] memset(&contextMenuClient, 0, sizeof(WKPageContextMenuClient)); ^ ../../Source/WebKit2/UIProcess/API/C/WKPageContextMenuClient.h:119:3: note: 'WKPageContextMenuClient' has been explicitly marked deprecated here } WKPageContextMenuClient __attribute__((deprecated("Use an explicit versioned struct instead"))); ^ 1 warning generated. ...
Attachments
Patch (11.38 KB, patch)
2015-06-12 03:23 PDT, Csaba Osztrogonác
no flags
Csaba Osztrogonác
Comment 1 2015-06-12 03:23:44 PDT
WebKit Commit Bot
Comment 2 2015-06-12 03:34:49 PDT
Comment on attachment 254786 [details] Patch Clearing flags on attachment: 254786 Committed r185496: <http://trac.webkit.org/changeset/185496>
WebKit Commit Bot
Comment 3 2015-06-12 03:34:53 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.