[Webkit-unassigned] [Bug 200982] New: [GStreamer] Clang warns about mismatched type tag in declarations for ImageOrientation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 21 08:57:41 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=200982

            Bug ID: 200982
           Summary: [GStreamer] Clang warns about mismatched type tag in
                    declarations for ImageOrientation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

In file included from ../Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:89:
../Source/WebCore/platform/graphics/gstreamer/VideoTextureCopierGStreamer.h:33:1: warning: class 'ImageOrientation' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
class ImageOrientation;
^
../Source/WebCore/platform/graphics/ImageOrientation.h:34:8: note: previous use is here
struct ImageOrientation {
       ^
../Source/WebCore/platform/graphics/gstreamer/VideoTextureCopierGStreamer.h:33:1: note: did you mean struct here?
class ImageOrientation;
^~~~~
struct
1 warning generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190821/856261dd/attachment.html>


More information about the webkit-unassigned mailing list