[Webkit-unassigned] [Bug 179729] New: [Cairo] Clang warns about mismatched declaration type tag for GraphicsContextState

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 15 06:34:19 PST 2017


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

            Bug ID: 179729
           Summary: [Cairo] Clang warns about mismatched declaration type
                    tag for GraphicsContextState
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aperez at igalia.com

The warning itself should be harmless, but it pops a few times during compilation
and we would rather have build output as clean as possible. Warning message follows.

---

In file included from DerivedSources/WebCore/unified-sources/UnifiedSource332.cpp:2:
In file included from ../../Source/WebCore/platform/graphics/cairo/CairoOperations.cpp:34:
../../Source/WebCore/platform/graphics/cairo/CairoOperations.h:51:1: warning: class 'GraphicsContextState' was previously declared as a struct [-Wmismatched-tags]
class GraphicsContextState;
^
../../Source/WebCore/platform/graphics/GraphicsContext.h:116:8: note: previous use is here
struct GraphicsContextState {
       ^
../../Source/WebCore/platform/graphics/cairo/CairoOperations.h:51:1: note: did you mean struct here?
class GraphicsContextState;
^~~~~
struct

-- 
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/20171115/8807eeba/attachment.html>


More information about the webkit-unassigned mailing list