[Webkit-unassigned] [Bug 140677] New: Fix unused-private-field warning in FontCustomPlatformDataFreeType.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 20 07:23:57 PST 2015


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

            Bug ID: 140677
           Summary: Fix unused-private-field warning in
                    FontCustomPlatformDataFreeType.cpp
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org

Source/WebCore/platform/graphics/cairo/FontCustomPlatformData.h:48:13: warning: private field 'm_freeTypeFace' is not used [-Wunused-private-field]
    FT_Face m_freeTypeFace;
            ^
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/20150120/3b974d7f/attachment-0002.html>


More information about the webkit-unassigned mailing list