Bug 164688 - [GStreamer] compiler warning in MediaStreamTrackPrivate copy constructor
Summary: [GStreamer] compiler warning in MediaStreamTrackPrivate copy constructor
Status: RESOLVED DUPLICATE of bug 164636
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-12 14:03 PST by Michael Catanzaro
Modified: 2016-11-14 01:56 PST (History)
2 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 2016-11-12 14:03:14 PST
This looks like a good warning:

[3523/5556] Building CXX object Source...iastream/MediaStreamTrackPrivate.cpp.o
../../Source/WebCore/platform/mediastream/MediaStreamTrackPrivate.cpp: In copy constructor ‘WebCore::MediaStreamTrackPrivate::MediaStreamTrackPrivate(const WebCore::MediaStreamTrackPrivate&)’:
../../Source/WebCore/platform/mediastream/MediaStreamTrackPrivate.cpp:50:1: warning: base class ‘class WTF::RefCounted<WebCore::MediaStreamTrackPrivate>’ should be explicitly initialized in the copy constructor [-Wextra]
 MediaStreamTrackPrivate::MediaStreamTrackPrivate(const MediaStreamTrackPrivate& other)
 ^~~~~~~~~~~~~~~~~~~~~~~
Comment 1 Philippe Normand 2016-11-13 00:24:20 PST
(not MSE-related)
Comment 2 Alejandro G. Castro 2016-11-13 22:53:23 PST

*** This bug has been marked as a duplicate of bug 164636 ***