Bug 174975 - FetchHeaders.h:102:8: warning: base class ‘class WTF::RefCounted<WebCore::FetchHeaders>’ should be explicitly initialized in the copy constructor [-Wextra]
Summary: FetchHeaders.h:102:8: warning: base class ‘class WTF::RefCounted<WebCore::Fet...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Minor
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-07-30 14:55 PDT by Michael Catanzaro
Modified: 2017-07-31 00:04 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2017-07-30 14:55:50 PDT
../../Source/WebCore/Modules/fetch/FetchHeaders.h:102:8: warning: base class ‘class WTF::RefCounted<WebCore::FetchHeaders>’ should be explicitly initialized in the copy constructor [-Wextra]
 inline FetchHeaders::FetchHeaders(const FetchHeaders& other)
        ^~~~~~~~~~~~
Comment 1 Zan Dobersek 2017-07-31 00:02:58 PDT
Fixed in r220054.
https://trac.webkit.org/changeset/220054/webkit
Comment 2 Radar WebKit Bug Importer 2017-07-31 00:04:02 PDT
<rdar://problem/33619685>