[Webkit-unassigned] [Bug 164688] New: [GStreamer] compiler warning in MediaStreamTrackPrivate copy constructor
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Nov 12 14:03:14 PST 2016
https://bugs.webkit.org/show_bug.cgi?id=164688
Bug ID: 164688
Summary: [GStreamer] compiler warning in
MediaStreamTrackPrivate copy constructor
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: PC
OS: Linux
Status: NEW
Severity: Normal
Priority: P2
Component: Media Elements
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mcatanzaro at igalia.com
CC: eocanha at igalia.com
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)
^~~~~~~~~~~~~~~~~~~~~~~
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161112/a507333d/attachment.html>
More information about the webkit-unassigned
mailing list